Step 1 open command promp step 2 navigate to folder where java is installed step 3 then navigate go to jdk folder bin form there type the below command The path in inverted comma below is the path of android debug key stroke which can be found in C drive under particular user folder just replace the path step 4 type the command keytool.exe -v -list -keystore "C:\Users\NewPC\.android\debug.keystore" -storepass android -keypass android output will be like this Keystore type: JKS Keystore provider: SUN Your keystore contains 1 entry Alias name: androiddebugkey Creation date: 7 Feb, 2013 Entry type: PrivateKeyEntry Certificate chain length: 1 Certificate[1]: Owner: CN=Android Debug, O=Android, C=US Issuer: CN=Android Debug, O=Android, C=US Serial number: 511358c0 Valid from: Thu Feb 07 13:03:20 IST 2013 until: Sat Jan 31 13:03:20 IST 2043 Certificate fingerprints: MD5: 0E:CE:35:CE:CB:66:CC:80:95:68:...
This blog is just to help out any android developer who is stuck at any point of time.Feel free to ask any questions and issues on android i will try my level best to provide solution as soon as possible