AndroidDebugKey Keystore was tampered with, or password was incorrect [duplicate]

江枫思渺然 提交于 2019-11-28 06:31:49
Vicente Plata

This command works for me:

keytool -list -keystore ~/.android/debug.keystore

And the password is android. It will list your aliases and you can copy and paste as you please. I guess you're using it for debugging the maps.

This was also a problem for me, but it wasn't the command that was the problem, it was that I was entering my user password and not the android password which is "android" at the prompt.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!