i’ve got a little problem while generating my SHA1 for an app i’m developing, (please understand i’m really new to android developement).
I’m using ECLIPSE on win 7, and the .android/debug.keystore file seems to be correctly generated… the point is: when i navigate inside c:\Users\myUser.android via windows console i try to run the file this way:
c:\Users\myUser\.android>debug.keystore
When i press submit,it open the “impossible open the file” window, and it asks me to select a program, local or on internet, to be able to run the file..
I know it’s quite simple operation, but i’m gettin mad on it… What am i doing wrong?
Thank you all
Solved! The answer of prosper was actually the right one, i should execute the keytool command inside the JDK folder that contains the keytool… Many thanks to everyone