ksoap2-android eclipse 导入
我添加了库,就像谷歌在这里解释的那样。如果我通过模拟器中的应用程序进行调试,则会收到错误:“源附件不包含文件 SoapObject.class 的源代码。”那是什么?如果我单击“更改附加源”,我可以再次选择 .jar 文件...并且错误未修复。
I added the library like how google explained here. If i debugg throug the app in the emulator i get the error: "The source attachment does not contain the source for the file SoapObject.class." Whats that? If i click Change Attached Source i can chose the .jar file again...and the error is not fixed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jar 中没有源代码,因此在调试时您实际上无法浏览这些代码行,就像您执行自己的代码时一样。这很正常。
in the jar there's no source code, so you can't actually go through those code lines when debugging, like it happens when you're executing your own code. it's just normal.