开发者

android "Could not find method"

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜