Is it possible to specify the location of a self created debug keystore when creating debug .apk
\'s (
) with ant
Create a new and empty folder within your Eclipse workspace.
Copy the file "debug.keystore" from its standard location (e.g. "c:/Users/YourAcount/.Android/" on Windows) into that new directory.
Configure Eclipse to use that new directory/file for all Debug APKs (Eclipse --> Window --> Preferences --> Android --> Build --> Custom Debug Keystore".