Is it possible to specify the location of a self created debug keystore when creating debug .apk\'s (-debug.apk) with ant
.apk
-debug.apk
ant
As far as I can tell, in order to do this you need to override the "-do-debug" target. I'd like to know if there's a more elegant way, though. I added this to my build.xml
Signing final apk... Debug Package: ${out.final.file}