NoClassDefFoundError - Eclipse and Android

后端 未结 27 1379
夕颜
夕颜 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:36

    I had this for MapActivity. Builds in Eclipse gets NoClassDefFound in debugger.

    Forgot to add library to manifest, inside ... element

    
    

提交回复
热议问题