how to get MapView API in android?

谁说我不能喝 提交于 2019-12-07 22:10:33

问题


how to get MapView API in android?

thanks


回答1:


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




回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/2281317/how-to-get-mapview-api-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!