Android studio未显示某些源代码

Android studio未显示某些源代码,android,android-source,Android,Android Source,我下载了Android的API level 27源代码,我对调试一些代码很感兴趣。但由于某些原因,并非所有符号都已解析(它们显示为红色)。导入存在,类源文件显示在Android/Sdk/sources中。另外,奇怪的是,当我调试并尝试进入一个未解析类符号的方法时,它实际上输入了源代码。@Inasecat我可以问一下为什么删除了android studio标记吗?因为这不是android studio的错误,你只需要提到android标记。@Inasecat但看看我是如何获得源代码的,它不能连接到

我下载了Android的API level 27源代码,我对调试一些代码很感兴趣。但由于某些原因,并非所有符号都已解析(它们显示为红色)。导入存在,类源文件显示在Android/Sdk/sources中。另外,奇怪的是,当我调试并尝试进入一个未解析类符号的方法时,它实际上输入了源代码。

@Inasecat我可以问一下为什么删除了android studio标记吗?因为这不是android studio的错误,你只需要提到android标记。@Inasecat但看看我是如何获得源代码的,它不能连接到Android Studio吗?或者,也许在Android Studio中有一种方法可以显式地指向某个类的源文件。
You've already gone down the list of most things that would be helpful, but you could try:

Exit Android Studio
Back up your project
Delete all the .iml files and the .idea folder
Relaunch Android Studio and reimport your project
By the way, the error messages you see in the Project Structure dialog are bogus for the most part.