anybody tell me, building apk using ant script
Check the android developers documentation in the Building and Running from the Command Line topic. Assumed you created your project with the android
tool it should be:
ant release
The documentation also describes the "eclipse with ADT" way
If you first set up the project with eclipse than try to create a new temp project with the android create project command line command and take the build.xml
(and build.properties
+ local.properties
) from the new project for your existing one.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With