Hi,

I'm want to work on map API's

There is field in main.xml for the map section called the
*android:apikey  this(value
to this field) will be given only after we register..*
To do the registration we need get the MD5 Fingerprint for the SDK Debug
certificate... for registration

It was given in the website to generate the MD5 Fingerprint we need to use
the command

$ keytool -list -alias androiddebugkey \
-keystore <path_to_debug_keystore>.keystore \
-storepass android -keypass android


The source <path of the debug keystore in my PC is   C:\Documents and
Settings\Praveen\.android\debug.keystore

So i've used the command
keytool -list -alias androiddebugkey -keystore C:\Documents and
Settings\Praveen\.android\debug.keystore -storepass android -keypass android

but I'm getting an error
'keytool' is not recognized as an internal or external command,operable
program or batch file ....

I'm stuck here ...
So anyone please help me out.......

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

Reply via email to