如何通过 eclipse 进入 Android 源文件进行调试
我刚刚升级到 eclipse 3.7 (indigo),在运行我的 android 3.2 应用程序时出现奇怪的错误。
看起来我需要进入 Android Tools sdk (rev 13) 来调试它。
设置调试器进入 sdk 的最简单方法是什么?
I just upgraded to eclipse 3.7 (indigo) and have an odd error running my android 3.2 app.
Looks like I will need to step into the Android Tools sdk (rev 13) to debug it.
What is the easiest way to setup the debugger to step into the sdk?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能会发现这很有趣:
http://blog.michael-forster .de/2008/12/view-android-source-code-in-eclipse.html
我曾经用过它一次来解决我的问题。
You may find this interesting:
http://blog.michael-forster.de/2008/12/view-android-source-code-in-eclipse.html
I had used it once to fix my problem.