Skip to content Skip to sidebar Skip to footer

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 appear

Solution 1:

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

Solution 2:

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.

Solution 3:

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

Solution 4:

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:

  1. uninstall Android Studio
  2. delete the C:/Users/xxx/.gradle and C:/Users/xxx/.AndroidStudiox.x folders which the installer left out
  3. reinstall Android Studio.

It works and everything's back to normal now.

Solution 5:

Window -> Restore Default Layout

Post a Comment for "Android Studio Not Showing Properties"