Using custom debug storage for the community intellij-idea community does not work

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

+4
source share
1 answer

Just FYI, intellij 12 did not allow the use of a user password. The password and alias should always match the default android keystore.

+1
source

Source: https://habr.com/ru/post/1480122/


All Articles