I’m working on a project that requires me to give users the ability to input some data into a webform and when submitting the data, an .apk will be generated based on the given information for them to download.
I have already built the .apk app with AS3, adobe air using FlashDevelop, I am able to build the .apk in my local computer.
I really don’t have any idea on where to start? if I want to build this apk using php…?
any ideas?
Thanks.
If you own the server then you can follow the instructions here to install the SDK and Ant:
SDK: http://developer.android.com/sdk/installing.html (Step 2 is what you want.)
Ant: http://ant.apache.org/manual/install.html
Then follow the instructions here:
http://www.ehow.com/how_8744401_compile-android-project-windows.html
If you don’t own the server then ask the admins to install the SDK and ant for you.
Once you have that installed, you can use whatever php commands are available for executing commands as required by the ehow instructions
This is for a windows based install, but I expect the linux/max based solution to be similar