I would use Eclipse until you are comfortable with the debug build. You can then configure Ant to create a signed release build.
You can configure it to use the same source files as Eclipse, but place the output binaries outside the workspace. You can also set it to use release.keystore, sign it automatically and obfuscate the code at a time.
I set it up for this. I open the command line (DOS field), moving to the projects home directory (\ dev \ projects \ Eclipse \ Project1 say), I type "Ant release", and apk ends in \ dev \ projects \ AntBuilds \ Project1 \ bin as Project1- release.apk.
Nickt
source share