I am developing Android app on Eclipse using a Windows environment with ADT. I need to build the apk file using Ant from eclipse. So my question is there a way to use the Ant apk builder from within the eclipse?
Thanks,
Nahum
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can achieve best customization if you utilize original ant build. Such build.xml file can be generated by “ant create project …”. You can then tune the build.xml as you wish.
The full document is http://developer.android.com/guide/developing/projects/projects-cmdline.html