How to find Android debug.keystore location
by bernt & torsten
Developing Android Apps on a Windows 7 platform and you need to find your android debug.keystore key, then do the following.
step 1: go to – C:Program FilesJava<your java version>bin – and run jarsigner.exe first ( double click)
step2: locate debug.keystore, in my case it was – C:Users<“MyUserName”>.android
step3: open command prompt and go to dir – C:Program FilesJava <your java version>bin and give the following command: keytool -list -keystore “C:Users <“MyUserName”> .androiddebug.keystore”
step4: it will ask for Keystore password now. The password is ´ android ´.
The Android SDK tools create the debug keystore/key with predetermined names/passwords:
- Keystore name: “debug.keystore”
- Keystore password: “android”
- Key alias: “androiddebugkey”
- Key password: “android”
- CN: “CN=Android Debug,O=Android,C=US”
If you using eclipse follow the steps in eclipse: Windows>preferences>android>build>.. ( Look in `default Debug Keystore ´ field.)
Command to change the keystore password (look here): Keystore change passwords.
Take Your Brand Up a Notch
So, your brand's been jogging comfortably along the marketing track, maybe even breaking...
The AI boom – a ticking energy bomb
Yes, the rise of artificial intelligence indeed presents a conundrum, not unlike the many...
Three Ideas To Keep Your Construction Business Running Smoothly
If your construction business is currently struggling, then you need to work out how to get...