how to get MapView API in android?
thanks
how to get MapView API in android?
thanks
That is actually written in Android documentation: Hello, MapView.
for windows
step1: start --> run-->
type
C:\Documents and Settings\ashish\.android
hear you should be pass your current user
and find debug.keystore
now get the path of debug.keystore
C:\Documents and Settings\ashish\.android\debug.keystore
now the command for getting MD5
keytool -list -alias androiddebugkey -keystore <path_to_debug_keystore>.keystore -storepass android -keypass android
so now we pass the path of dedug.keystore
the full command is
keytool -list -alias androiddebugkey -keystore "C:\Documents and Settings\ashish\.android\debug.keystore" -storepass android -keypass android
step 2: start--> run-->
type cmd and change directory to android sdk's platform-tools and past the following command press enter
now you are getting MD5 now how to use it..... now Go to https://developers.google.com/android/maps-api-signup
after that press button It will give you map api
Here is a step-by-step description on how to enable MapView API in your android application:
Maps External Library
You will need to put a reference to your application manifest:
Referencing the Maps Library from the Application's Manifest File