Suggestion not showing in xml layouts with ctrl+space in Android Studio

后端 未结 3 1079
北荒
北荒 2020-12-20 21:54

I am facing problem with android studio that suggestions are not visible on pressing ctrl+space inside layout .xml files. Editor always display \"No Suggestions\". Thanks in

相关标签:
3条回答
  • 2020-12-20 22:35

    I have fixed it by File -> Invalidate Cache/Restart Android studio.

    0 讨论(0)
  • 2020-12-20 22:41

    You can try File -> Invalidate Cache/Restart. That did it for me.

    Hope it will helps you.

    0 讨论(0)
  • 2020-12-20 22:58

    You can also try this

    1. Close Android Studio then go to the folder where the android studio is located Or you can go to the

      drive C -> users -> find .gradle file and do below things
      
    2. Find .gradle file -> In .gradle folder delete caches folder then restart android studio sync your files with Gradle... its work for me :D

    0 讨论(0)
提交回复
热议问题