[quote:1cjy294t]Correct me I'm wrong but you still can't export a ready-to-ship APK file from C3?
I certainly can export an "unsigned APK" directly from C3 ... VERY VERY EASILY, compared with the old Intel XDK method.
Here's the process. Bold texts show the number of clicks:
MENU >
PROJECT >
EXPORT >
ANDROID (CORDOVA) >
NEXT (to skip compression options) >
Select Unsigned release APK & press NEXT >
Wait for the upload, and build >
Press the download link in the pop up
Once you have the UNSIGNED APK ... you'll need to sign and zipalign it. I do this via command line prompt (takes 30 seconds for me). THEN it is ready for upload
That's interesting. Why isn't this functionality clearly documented. If I remember correctly, in C2 I had to juggle a list of XDK projects and pray that XDK never went away - taking my source with it. Thanks for the info - now Im a little more intrigued. Im familiar with Android Studio and signing/zipalign etc.
Have you tried adding ads for AdMob/Amazon yet?