Re: [android-developers] Re: Gmaps keytool not found

2011-04-26 Thread kaushik p
Hey all, thanks a lot , my app on google maps is running cool :) On Tue, Apr 26, 2011 at 8:50 PM, harsh chandel wrote: > the procedure is as follows > 1. get a md5 fingerprint > the command is keytool.exe -list -alias androiddebugkey -keystore D: > \Androidkeystore\debug.keystore -storepass andr

[android-developers] Re: Gmaps keytool not found

2011-04-26 Thread harsh chandel
the procedure is as follows 1. get a md5 fingerprint the command is keytool.exe -list -alias androiddebugkey -keystore D: \Androidkeystore\debug.keystore -storepass android -keypass android but make sure the D: drive coantains the androidkeystore file (located in the .android folder ) 2.type the md

[android-developers] Re: Gmaps keytool not found

2011-04-26 Thread cool rss feed
You need to refer to Java folder... Keytool is under Java\jdkX.XXX\bin Terence On Apr 26, 12:16 pm, kaushik p wrote: > Hi all , > > I am currently doing an app , in which to show the current location of the > user of gmap, but the problem is i am not able to get the Api key > > procedure i