Missing attributes in layout editor in Android Studio

前端 未结 5 700
渐次进展
渐次进展 2020-12-17 19:18

I\'ve got a problem with Android Studio version 3.2.1. I do not see in layout editor most of attributes like for example id. I have got this bug probably after Android Stud

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-17 19:37

    This worked for me.

    • Exit android studio then make the below changes.

    • Go to C:\Users\UserName.android and rename the build-cache folder to build-cache.bak

    • Go to C:\Users\UserName.AndroidStudio3.2\system and rename these folders

      caches to caches.bak

      compiler to compiler.bak

      compile-server to compile-server.bak

      conversion to conversion.bak

      external_build_system to external_build_system.bak

      frameworks to frameworks.bak

      gradle to gradle.bak

      resource_folder_cache to resource_folder_cache.bak

    • Open the Android Studio and open your project again.

    No IDEA annotations attached to the JDK 1.8 (C:\...), some issues will not be found

提交回复
热议问题