Android Eclipse NoClassDefFoundError for external .jar files

前端 未结 7 1122
野趣味
野趣味 2020-11-27 06:46

I have come across a strange error. I have an Android project that uses external libraries, in particular:

  • android-support-v4.jar (for Fragment support in Andr
7条回答
  •  囚心锁ツ
    2020-11-27 07:17

    The way I solved it was by : Right clicking on the project and selecting build path. Select configure build path in the selections that appear. After that see if your libraries are there in the libraries folder and then select the order and export tab and over there select all your jar files. Then select ok and run your project.

提交回复
热议问题