com.google.android.maps不见了?

编程入门 行业动态 更新时间:2024-10-25 08:25:03
本文介绍了com.google.android.maps不见了?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

新到Android。经过对常见问题的SDK网站,但没有发现任何东西,是有帮助的。

new to Android. Checked the FAQs on the SDK site but didn't find anything that was helpful.

我通过几本书瓦特/下载code学习。其中一个例子我想获得运行甚至不会编译,因为IDE无法找到/导入 com.google.android.maps 库/包,我发现奇怪,因为我有一切可能安装的SDK提供。在发布现场的图书信息是没有帮助任。任何想法?

I'm learning via a few books w/downloadable code. One of the examples I'd like to get running won't even compile because the IDE can't find/import the com.google.android.maps library/package, which I found odd since I have everything possible installed that the SDK offers. The book info on the publisher site was not helpful either. Any ideas?

我使用的Eclipse(建20090920-1017)与ADT 0.9.5插件。 SDK是完全更新(安装了所有可用的软件包,包括Android 1.1的API 2转1至安卓2.0.1 api6转1,并通过6转1谷歌的API 3转3。)

I'm using Eclipse (build 20090920-1017) with the ADT 0.9.5 plugin. SDK is fully updated (all available packages installed, including android 1.1 api 2 rev. 1 through android 2.0.1 api6 rev 1, and google apis 3 rev 3 through 6 rev 1.)

任何意见是AP preciated ..在此先感谢。

Any advice is appreciated.. thanks in advance.

推荐答案

选择谷歌API项目建设目标。而且可以肯定谷歌API安装在你的Andr​​oid SDK。 而且不要忘了添加

Choose "Google API" project Build Target. And be sure Google API is installed in you Android SDK. And don't forget to add

<uses-library android:name="com.google.android.maps" />

成ApplicationManifest.xml标签

into tag in ApplicationManifest.xml

更多推荐

com.google.android.maps不见了?

本文发布于:2023-11-16 18:52:01,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1606906.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:不见了   google   android   maps

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!