开发者

android "Could not find method"

开发者 https://www.devze.com 2023-03-16 05:05 出处:网络
I\'m trying to run some code on Android that uses an external library JSoup. I add the required jar to my build path and Eclipse shows that there are no errors. When I attempt to run the program on An

I'm trying to run some code on Android that uses an external library JSoup. I add the required jar to my build path and Eclipse shows that there are no errors. When I attempt to run the program on Android I get this error in LogCat.

"Could not find method org.jsoup.Jsoup.connect, referenced from method test.android.MyTestAndroidActivity.test"

Any help would be appreciate开发者_高级运维d, thank you.


If you have this problem after upgrading to SDK 17 (or possibly later), please check bug reported here: http://code.google.com/p/android/issues/detail?id=27490

0

精彩评论

暂无评论...
验证码 换一张
取 消