Just curious if anyone has a step by step tutorial on how to set up Eclipse (or a batch file) for “One Click” deployment of an Android app. Automating such tasks like removing the debuggable setting from the project manifest, exporting the unsigned APK and signing it.
Share
You can use Ant to build, sign, etc. If
ant releaseis not enough, just customize the script to do what you need. There is also some (unofficial) support for Maven.http://developer.android.com/guide/developing/building/building-cmdline.html