Re: [android-beginners] ant scripts to build apk file and load it in a emulator?

2010-07-20 Thread Xavier Ducrohet
I'm not sure why you chose to export an Ant file from Eclipse. If it was from an Android project, you're not going to get Ant target for the Android builders (because we didn't add any support for Ant export) so those steps are missing. Interestingly your Ant file contains some bits from the Ant

[android-beginners] ant scripts to build apk file and load it in a emulator?

2010-07-19 Thread jrichards1...@googlemail.com
Hi. i am trying to create a build.xml script that cleans, builds and creates a apk file of a Junit android test project that i have created. the steps i want to achieve in my build file is this: [list=]clean[/list] [list=]build[/list] [list=]create apk file[/list] [list=]Sign apk file[/list]