简体   繁体   中英

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. 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. 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. Don't ask me why it doesn't work otherwise.

Right click project >> Properties >> Android >> Click up until library is at top.

Make sure the library is added aswell Click add >> choose the library. Clean project

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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