Android Studio 提示错误:No IDEA annotations attached to the JDK 1.8… …
问题背景
Android Studio 项目提示错误信息:
No IDEA annotations attached to the JDK 1.8 (C:\Program Files\Android\Android Studio\jre), some issues will not be found
重新打开文件或者重新同步工程都无解。
解决
1、首先关闭Android Studio
2、打开计算机,转到C:\Users\UserName.android文件夹,将build-cache文件夹重命名为build-cache.bak
3、转到C:\Users\UserName.AndroidStudio3.2\system文件夹,并重命名下面的文件夹:
4、重新打开Android Studio并同步工程。
原文地址:https://stackoverflow.com/questions/50740240/no-idea-annotations-attached-to-the-jdk-1-8-c-some-issues-will-not-be-fo