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

后端 未结 3 1080
北荒
北荒 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: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

提交回复
热议问题