How to install Google Map API for android API level 8

浪子不回头ぞ 提交于 2019-12-13 16:22:40

问题


I'm new to android n i want to develop application in Android (for 2.2 Version) with use of Google Map API i found various tutorial like this

http://www.androidhive.info/2012/01/android-working-with-google-maps/

but i'm unable to find how to install Google Map API for API level 8 like in this link.

Can any one please provide me the link which explains the installation of old API's because i have google Map API for level 14 but i want to install for level 8.

Thanks in advance.


回答1:


Step #1: Open up your SDK Manager

Step #2: Scroll down in the list to find the API level you wish

Step #3: Check the "Google APIs" checkbox for the API level you wish

Step #4: Click the "Install packages..." button and follow the prompts




回答2:


I had the same problem, apparently its because the sdk manager is not updated. I didnt feel like updating so I cant confirm that part. BUT, I can confirm one way around.

Alan Sha posted a manual way to download the APIs.

https://stackoverflow.com/a/7860557/962685

Just do what he says and it works. You will have to change your api level in your manifest and in project settings.



来源:https://stackoverflow.com/questions/10334046/how-to-install-google-map-api-for-android-api-level-8

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