Android sdk 中缺少谷歌地图 jar 文件
我正在编写一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您在项目中瞄准了正确的平台。对于每个版本的 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).