I am experiencing a strange problem with Android Studio 2.2.3. No matter which widget is selected in Design View, the Properties View doesn\'t show the properties - it simpl
I have tried all the suggestions posted here and none of them worked. Even just reinstalling Android Studio didn't work.
You could try this:
It works and everything's back to normal now.
So after some trail and error,
I have found the solution of this problem, just update gradle version 3.0.1 and used sdk version 26, this worked for me :)
Close android studio
C:\Users\user name.AndroidStudio4.0\system\caches
delete everything inside the project cashes folder
I have seen the same issue, Here is the fix: GOTO File > Invalidate Caches > Restart. After restart note that it takes a little more time to start but this will surely fix your issue.
One way I find to solve the problem, go to the little setting button on top right corner of "Attributes"->> "Attached side"->> "none", and everything shows. Try it!!
Restarting doesn't help. But after searching other Android Studio problems I found something that does work: File -> Invalidate Caches and Restart.