1

I have imported the entire AOSP source code to Eclipse and I've been working with it for over 2 years now. All java classes are easily referenced to one another when I press F3 on a selected class. However, there is one exception, Activity.java is un-referencable. That is even when I press F3 on private functions within the class, I am informed that "Current text selection cannot be opened in an editor". It is very annoying why this happens only for a certain class. It is also very strange that ever since ICS the problem persists in ALL AOSP versions I have downloaded.

I haven't seen anyone else post about this issue. How do I fix this?

4

1 回答 1

0

转到项目 -> 属性 -> Java 构建路径 -> 添加文件夹

然后勾选包含 Activity.java 的文件,然后按确定

于 2013-10-21T10:09:53.467 回答