美文网首页IT技术
No IDEA annotations attached to

No IDEA annotations attached to

作者: 清风流苏 | 来源:发表于2019-03-04 15:35 被阅读5次

    Android studio又抽风了。解决办法:

    1. 关闭Android studio
    2. 删除C:\Users\<UserName>\下的build-cache
    3. 进入C:\Users\<UserName>\<.AndroidStudio3.2>\system下,删除下面的文件夹:
      • caches
      • compiler
      • compile-server
      • conversion
      • external_build_system
      • frameworks
      • gradle
      • resource_folder_cache
    4. 重启Android studio。

    要是出问题了也没事儿,直接把第三步的system文件夹删了都行。

    参考地址:https://stackoverflow.com/questions/50740240/no-idea-annotations-attached-to-the-jdk-1-8-c-some-issues-will-not-be-fo

    相关文章

      网友评论

        本文标题:No IDEA annotations attached to

        本文链接:https://www.haomeiwen.com/subject/ffjiuqtx.html