Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - No Settings in Design Palette

I recently invalidated caches and restarted Android Studio 3.1 as the upgrade from 3.0.1 to 3.1 gave me gradle build errors and another answer on here suggested that method.

My gradle will now build however the design palette doesn't show a preview, and the settings are all blank or null, or along those lines.

How do I get the design preview back?

Design Palette Screenshot

Design Palette Screenshot

Tool Windows

enter image description here

like image 646
QuenchingTurtle Avatar asked Nov 23 '25 18:11

QuenchingTurtle


1 Answers

Try:

View -> Tool Windows -> Preview

Try to rebuild or clean project. You can also restart android studio.

like image 199
Vidhi Dave Avatar answered Nov 26 '25 11:11

Vidhi Dave