how can i get debug map api key?
C:\Users\Bladeszasza>keytool -list -alias androiddebugkey \ -keystore <C:\Users\
Bladeszasza\.android>.keystore \ -storepass android -ke开发者_如何学编程ypass android
Access is denied.
I get that error it is the first time i want to use the keystore.I need to get the map api key but i m unable to generate the md5 fingerprint.Cna you help me.An i alredy have read this site
thanks a lot
This should do the trick provided the location is correct.
C:\Users\Bladeszasza>keytool -list -alias androiddebugkey -keystore C:\Users\Bladeszasza\.android\keystore -storepass android -keypass android
- In command line you need to open Java-> jdk-> bin as for me it is "C:\Program Files\Java\jdk1.7.0_03\bin"
- There is "keytool" program which u need. In command line enter "cd C:\Program Files\Java\jdk1.7.0_03\bin"
- And enter "keytool -list -v -keystore C:\Users\John\.android\debug.keystore" So the final string in command line must look like: "C:\Program Files\Java\jdk1.7.0_03\bin>keytool -list -v -keystore C:\Users\John\.android\debug.keystore". Whare usually u need only to change the name "John"
There will be SHA-1, MD5, etc
Finally, go to Google Access API google access api
精彩评论