Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 advance.

like image 323
Adarsh Yadav Avatar asked Nov 01 '22 15:11

Adarsh Yadav


1 Answers

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

like image 111
A R Avatar answered Nov 15 '22 06:11

A R