NoClassDefFoundError - Eclipse and Android

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

    As i understood, your Project shows no errors, because you included the Jar. But the Jar won't be used, when your Project got "exported" to the device. Try this

    Project -> Properties

    Java Build Path / Order and Export

    [✔] Your Jar

提交回复
热议问题