On Feb 26, 12:55 pm, AndroidDev <julianvillalt...@gmail.com> wrote:
> On Feb 26, 11:22 am, Mark Murphy <mmur...@commonsware.com> wrote:
>
>
>
>
>
> > 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!
>
> What do I have to set the shell prompt to in order to perform the
> command?

I figured the last part out but now I am getting the  error:
'keytool' is not recognized as an internal or external command

-- 
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