Can someone tell me if it’s possible to create an apk file during runtime?
I’ll explain:
I want to create a deskop program (not android app) that can create apk (android apps) when I run it
it will be like:
- start the program
- set application parameters (number of buttons in the menu, links, images, etc..)
- press create
- install the apk file on the phone
hope you understand ^^”
and thx for any help (:
Yeah, it is possible. Easier way to do it is by using ant:
http://developer.android.com/guide/developing/building/building-cmdline.html#AntReference