by Pushpalata » Sat Oct 03, 2009 7:19 am
Hello plusminus,
I hv tried a lot to get a map on my android emulator through my application......bt still not getting it....
In my application I want to access map manually. On emulator i got the GMAP bt i want the same map on button click event....I hv done the necessary thing e.g. getting the MD5 fingerprint..,and MAP API key etc. bt still it dint work.....
Whatever i done is as follows :
G:PSPSandroid-sdk-windows-1.5_r3android-sdk-windows-1.5_r3tools>keytool -genkey -v -keystore debug.keystore
Enter keystore password:
What is your first and last name?
[Unknown]: pushpalata
What is the name of your organizational unit?
[Unknown]: sneha
What is the name of your organization?
[Unknown]: android
What is the name of your City or Locality?
[Unknown]: Nasik
What is the name of your State or Province?
[Unknown]: MH
What is the two-letter country code for this unit?
[Unknown]: IN
Is CN=pushpalata, OU=sneha, O=android, L=Nasik, ST=MH, C=IN correct?
[no]: yes
Generating 1,024 bit DSA key pair and self-signed certificate (SHA1withDSA) with
a validity of 90 days
for: CN=pushpalata, OU=sneha, O=android, L=Nasik, ST=MH, C=IN
Enter key password for <mykey>
(RETURN if same as keystore password):
Re-enter new password:
[Storing debug.keystore]
after this i placed this MAP API key in main.xml file of my apllication for mapview.
but still i dint get any results........
plz reply and tell me the solution for this....
PUSHPALATA