Issue
I have recently stumbled into this really neat api for showing callOutbubbles in android MapView. I just have a problem with this api, when i am trying to implement the api following the examples i get this error:
05-02 14:13:19.847: E/AndroidRuntime(11857): java.lang.NoClassDefFoundError: com.readystatesoftware.mapviewballoons.R$layout
And i am getting this warning right before the error:
05-02 14:13:19.838: W/dalvikvm(11857): VFY: unable to resolve static field 590 (balloon_overlay) in Lcom/readystatesoftware/mapviewballoons/R$layout;
Any of you got the same problem ?
thanks
Solution
I'm assuming that you have included MapViewBallon project as library (if not then post the details, and also the link of project which you are referring to). Do following steps:
- Clear all your references project library (from ProjectProperties > Android > Library).
- Clean your project using Project>Clean.
- Add the library projects again.
- build and install.
Answered By - Adil Soomro
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.