I am trying to upload an application to the Play Store.
However, if the AIP is not over 29, it is said that uploading is not possible.
It says that the upload is not possible because it is API 28.
Please update!!! Fast!!!
Hey there!
I just submitted a fix. Thanks for reporting!
Fix discussion: Update cordova to v9 by arthuro555 · Pull Request #1912 · 4ian/GDevelop · GitHub
i See. Thank you. When will it be updated?
No idea. Usually updates take from one week to a month and the last update just came out.
This can take some weeks the main dev is in holidays.
Week?!?!??! Really?!?!?
Yep.
It does look like the online build service is updated already, so you might be safe to use that.
However, if you’re looking to build manually, and feeling adventurous, you should be able to do this on your own install
In Windows:
Browse to %APPDATA%\Programs\gdevelop\resources\GDJS\Runtime\Cordova
Edit Config.XML
Update line #31 from:
<preference name="phonegap-version" value="cli-8.0.0" />
To:
<preference name="phonegap-version" value="cli-9.0.0" />
@arthuro555 correct me if I’m wrong about the above.
No that seems right. If you builded manually before you’ll also need to update the Cordova CLI by using npm install -g cordova
bravo!! I downloaded it again and it was uploaded.!!
Thank you.!!
Hi, Mr Kim, you are right, im facing the same problem.