Julian wrote:
> I am trying to get the MD5 Fingerprint to sign my applications.
> In the command prompt I inserted the following:
> 
>  $ keytool -list -alias androiddebugkey \
> -keystore <path_to_debug_keystore>.keystore \
> -storepass android -keypass android
> 
> but I got the following error:
> 
> '$' is not recognized as an internal or external command, operable
> program or batch file

The $ in the instructions is the representation of your shell prompt --
it is not part of the command, which begins with "keytool".

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 2.0 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to