Android java.lang.NoClassDefFoundError: org.jsoup.Jsoup

前端 未结 8 1166
广开言路
广开言路 2020-12-01 22:12

I work with eclipse Version: Indigo Service Release 2 Build id: 20120216-1857. The Android version ist 2.2. I make an app to test a connect and parse a web site like this:

8条回答
  •  温柔的废话
    2020-12-01 22:21

    1. Right click on the project name > Properties > Java Build Path > tab Libraries then click on button Add External jars.
    2. select jar's path from your directory where you had downloaded jsoup-1.7.3.jar.
    3. After adding jar go to next tab Order and export and select checkbox jsoup-1.7.3.jar 4 click ok 5.clean build your project and then run.

    I solved the same problem by following above steps

提交回复
热议问题