Android Studio not showing properties

后端 未结 11 1376
时光取名叫无心
时光取名叫无心 2020-12-09 12:41

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

相关标签:
11条回答
  • 2020-12-09 13:06

    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.

    0 讨论(0)
  • 2020-12-09 13:09

    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 :)

    0 讨论(0)
  • 2020-12-09 13:10

    Close android studio

    C:\Users\user name.AndroidStudio4.0\system\caches

    delete everything inside the project cashes folder

    0 讨论(0)
  • 2020-12-09 13:12

    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.

    0 讨论(0)
  • 2020-12-09 13:15

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

    0 讨论(0)
  • 2020-12-09 13:20

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

    0 讨论(0)
提交回复
热议问题