Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio not showing properties

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 simply appears as shown below. If I click "View all properties" it goes completely empty.

How can I show the properties?

Properties view

like image 847
Mark Brodie Avatar asked Jan 13 '17 15:01

Mark Brodie


4 Answers

Window -> Restore Default Layout

like image 142
Kirkas Avatar answered Nov 11 '22 05:11

Kirkas


Restarting doesn't help. But after searching other Android Studio problems I found something that does work: File -> Invalidate Caches and Restart.

like image 23
Mark Brodie Avatar answered Nov 11 '22 04:11

Mark Brodie


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.

like image 36
Harshit Pant Avatar answered Nov 11 '22 03:11

Harshit Pant


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!!

like image 37
Lee Michael Avatar answered Nov 11 '22 03:11

Lee Michael