简体   繁体   English

Android Java Googlemap找不到android-mapviewballoons.apk

[英]Android Java Googlemap Could not find android-mapviewballoons.apk

I have an Android google-map project in Eclipse that I am trying to use the balloons classes defined at https://github.com/jgilfelt/android-mapviewballoons for. 我在Eclipse中有一个Android谷歌地图项目,我正在尝试使用https://github.com/jgilfelt/android-mapviewballoons定义的气球类。 I have the project successfully building, and i believe linked, but when I go to run my project, I get the error message 我已经成功构建了项目,并且我相信已经链接了,但是当我运行我的项目时,我收到了错误消息

[2012-09-03 14:07:30 - android-mapviewballoons] Could not find android-mapviewballoons.apk!

I am not entirely sure what this means as I am fairly to Android/Eclipse and linking files in Eclipse/Java. 我不太确定这意味着什么,因为我相当了解Android / Eclipse并在Eclipse / Java中链接文件。 So I would appreciate any help I can get on how to solve this problem please. 因此,请提供任何有关如何解决此问题的帮助,我将不胜感激。

I had this exact same problem. 我有这个完全相同的问题。 If you are using more than one library, make sure MapBalloons is the top most one. 如果您使用多个库,请确保MapBalloons是最顶级的库。 Don't ask me why it doesn't work otherwise. 不要问我为什么它不起作用。

Right click project >> Properties >> Android >> Click up until library is at top. 右键单击项目>>属性>> Android >>单击向上,直到库位于顶部。

Make sure the library is added aswell Click add >> choose the library. 确保还添加了库单击添加>>选择库。 Clean project 清洁项目

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM