Right now, it is very hard to deploy an app to an app store. To save your project as an apk, you have to install eclipse, the android plugin, the gideros plugin, export the app, etc. I would really like there to just be an option to "save as apk" if possible, or at least not make eclipse and all those other steps required. Thanks!
Comments
At Guava7, we made a build system to do all these jobs: compiling data, optimizing image, preprocess flags (in CPP style), compiling to APK,... everything in command line.