Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm new in development , trying to use mapview but not able to generate fingerprint i used C:\Users\SID>keytool -list -alias androiddebugkey -keystore C:\Users\SID. android\debug.keystore -storepass android -keypass android in command promt but it is giving error 'keytool' is not recognized as an internal or external command, operable program or batch file. i'm using WINDOWS 7 .kindly guide me,thanx
Posted
Comments
[no name] 17-Aug-12 14:21pm    
You either need to 1. install the tool, 2. add the tool to your Path variable or 3. use the fully qualified path when running the program, or 4. run the program from the directory where it is at.
dare2dash 18-Aug-12 3:28am    
thanx

1 solution

C:\j2sdk1.4.2_04\bin>keytool -list -alias androiddebugkey -keystore C:\Users\SID\.android\debug.keystore -storepass android -keypass android just finding the keytool location running it with the same query
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900