NoClassDefFoundError - Eclipse and Android

后端 未结 27 1348
夕颜
夕颜 2020-11-22 08:02

I\'m having a problem trying to run an Android app which, up until adding a second external library to its build path, was working fine. Since having added the scoreninja ja

27条回答
  •  时光取名叫无心
    2020-11-22 08:39

    I tried various things and the reason for error in my case was conflict between maps.jar and Google Api in Java Build Path-> Libraries. So, when i removed the maps.jar it worked fine.

    Regards,

    wahib

提交回复
热议问题