android“找不到方法”
我正在尝试在 Android 上运行一些使用外部库 JSoup 的代码。我将所需的 jar 添加到构建路径中,Eclipse 显示没有错误。当我尝试在 Android 上运行该程序时,我在 LogCat 中收到此错误。
“无法找到方法 org.jsoup.Jsoup.connect,从方法 test.android.MyTestAndroidActivity.test 引用”
任何帮助将不胜感激,谢谢。
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 appreciated, thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在升级到 SDK 17(或可能更高版本)后遇到此问题,请检查此处报告的错误:http://code.google.com/p/android/issues/detail?id=27490
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