Thursday, February 21, 2019

Construct 2: Building APK files using Phonegap

Configure your Construct 2 Project Settings as follows:



Note Orientations:  Landscape

Note that the default Minimum Android is 5.0 (Lolipop).  Do not change to default minimum 4.4 (Kitkat) as Phonegap will fail to build it. So devices like Asus Zenfon is out. You can refer to this version chart.


Create a Github folder within your Game Project folder.
In Construct 2, export a Cordova project with this setting:


Then delete config.json, leaving just the config.xml file. No need to edit it. Here is a sample config.xml file.

Use Inkscape to create the icon files and loading-icon and replace the corresponding files in folder www.

Then, login to github.com and create a new project. Push your project to github.

Next, login to build.phonegap.com and create a new app and paste your github .git link for your newly created git.

Unlock your Android key and build the apk file.




No comments:

Post a Comment