Eclipse: “Edit Source Lookup Path…”

泪湿孤枕 提交于 2019-12-06 01:55:54
Jim Blackler

It sounds like your program has stopped inside Android code. Often these internal errors (null pointers etc) are caused by a mistake in your code, but the error reporting isn't there, instead you get an internal crash.

However it can help a lot sometimes to view the Android source code. This can be done fairly easily.

When you try to debug/run , it will redirect to Edit Source Lookup page.At this time, we need to point to the java source code by clicking on Add button (Java Project)

Refer the screenshot

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!