When trying to use a custom debugging repository for the IDE startup process, it always fails:
Android Packager: [android] java.io.IOException: Keystore was tampered with, or password was incorrect
This keystore works fine when I build with Maven. Does anyone have any idea what is wrong? Perhaps I need to provide a password somewhere?
EDIT: To record, when you enter a new key name, the IDE will automatically create a new key with the password "android". However, is there a way to provide a debug key with your own password?
Intellij IDEA 12.1.2 Community
source share