Android sdk 中缺少谷歌地图 jar 文件

发布于 2024-12-12 22:01:06 字数 635 浏览 2 评论 0原文

我正在编写一个Android应用程序,但是我正在使用谷歌地图API,当我运行我的代码时,我收到以下错误...

C:\android-sdk-windows\add-ons\addon-google_apis_google_inc maps.jar has no source attachment

并且

E/AndroidRuntime(374): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{lbs.tutorial/lbs.tutorial.WhereAmIActivity}: java.lang.ClassNotFoundException: lbs.tutorial.WhereAmIActivity in loader dalvik.system.PathClassLoader[/data/app/lbs.tutorial-2.apk]

通过Windows资源管理器果然加载项文件夹是空的,谁能告诉我如何得到这个jar 文件?

我已经更新了sdk中的google api并且adt插件是最新的。我已经检查了三次我的文件,但我不知所措。

感谢您的关注,

彼得

I am writing an android application however I am using the google maps api and when I run my code iI get the following error...

C:\android-sdk-windows\add-ons\addon-google_apis_google_inc maps.jar has no source attachment

and

E/AndroidRuntime(374): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{lbs.tutorial/lbs.tutorial.WhereAmIActivity}: java.lang.ClassNotFoundException: lbs.tutorial.WhereAmIActivity in loader dalvik.system.PathClassLoader[/data/app/lbs.tutorial-2.apk]

sure enough through windows explorer the add-ons folder is empty, cann anyone tell me how to get this jar file?

I have updated the google apis in the sdk and the adt plugin is up to date. Ive triple checked my files but im at a loss.

Thanks for looking

Peter

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

[浮城] 2024-12-19 22:01:07

确保您在项目中瞄准了正确的平台。对于每个版本的 Android,您都可以选择开源版本或 Google 版本(其中包含地图等)。

在 Eclipse 中:右键单击您的项目属性 -->安卓-->选择项目构建目标(确保单击 Google API 版本)。

Make sure you're targeting the right platform in your project. For each version of Android you can select the open-source version or the Google version (which has maps etc included).

In Eclipse: Right click on your project properties --> Android --> Select project build target (making sure that you click the Google APIs version).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文