I don't remember my android debug.keystore password
How can i see my debug.keystore password? I entered my password 3 or 4 month ago and now i dont remember. I need it very much, cuz my map application dont show the map on my device.
if it is impossible, how can i recreate new debug.keystore? please help me. thans
Usually the debug.keystore
password is just " android ".
You can delete it and Eclipse will automatically generate a new one, as described here.
The Default Configuration of debug.keystore file:
Keystore name: "debug.keystore"
Keystore password: "android"
Key alias: "androiddebugkey"
Key password: "android"
CN: "CN=Android Debug,O=Android,C=US"
where is this file located?
For Windows User: C:Usersusername.androiddebug.keystore
For Mac OS User: ~/.android/debug.keystore
After you will get SHAH1 by below command using Command Prompt:
keytool -list -v -keystore "C:Usersusername.androiddebug.keystore" -alias androiddebugkey -storepass android -keypass android
Note :above answer has just information of android studio default configuration to access debug.keystore(debug certificate) file you can make you custom certificate if you want you own password and configuration.
Again you can generate your google api key. Your .keystore file will be, In Eclipse, Windows -> preferences ->Android -> build ->default debug keystore path will be there. You just use that .keystore and generate your api key again by using this link:
http://lokeshatandroid.blogspot.in/2012/05/obtaining-google-maps-api-key.html
链接地址: http://www.djcxy.com/p/91330.html上一篇: 错误:无法打开类文件R.java