Eclipse/Android:无法安装 Google API 目标
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7892220/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse/Android: can't install Google APIs targets
提问by Hoff
To use a MapView in my android application, I need to to run it in a "Google APIs (Google Inc.)" target. However, I can't figure out how to download one.
要在我的 android 应用程序中使用 MapView,我需要在“Google APIs (Google Inc.)” target 中运行它。但是,我不知道如何下载一个。
In Eclipse, Android SDK and AVD Manager -> Third party add-ons -> Google Inc. -> No packages found
在 Eclipse 中,Android SDK 和 AVD Manager -> 第三方附加组件 -> Google Inc. -> 未找到软件包
Although I can see that they are a bunch of packages available when looking at the url
虽然我可以在查看url时看到它们是一堆可用的包
Same issue as here.
与此处相同的问题。
Here help would be appreciated!
这里的帮助将不胜感激!

