Question

how to get MapView API in android?

thanks

Was it helpful?

Solution

That is actually written in Android documentation: Hello, MapView.

OTHER TIPS

for windows

step1: start --> run-->

type

C:\Documents and Settings\ashish\.android

hear you should be pass your current user
and find debug.keystore

description

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 enter image description here press enter

enter image description here

now you are getting MD5 now how to use it..... now Go to https://developers.google.com/android/maps-api-signup

enter image description here

after that press button It will give you map api

enter image description here

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top