问题描述
我开发的Eclipse在Mac上,并具有实现标准的框架回调(的onCreate,的onDestroy,在onPause等)的应用程序的骨架。当我在回调中设置断点调试程序停止并显示一个标签,上面写着:
And in the tab page body there is some red text that says "Source not found" and a button that says "Edit Source Lookup Path...".
I have tried adding several paths via "Edit Source Lookup Path..." but I can't seem to find the one Eclipse is looking for.
Can anyone point me in the right direction?
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.
这篇关于日食:QUOT;编辑源查找路径..."的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!