Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Theme editor not showing previews

In Android Studio 1.5.1 my Theme Editor does not show previews for any theme I select.

enter image description here

I've tried making a new project and see whats happening there, but it's still not showin any preview.

I feel like I'm missing something silly.

like image 355
datiKaa Avatar asked Mar 10 '16 13:03

datiKaa


Video Answer


2 Answers

I noticed all the previews broke when I installed the Android N SDK. Switching the preview to API 23 fixes it for Layout previews, but not for the Theme Editor. Only way I got it to work for Theme Editor was by uninstalling the Android N SDK.

like image 108
Brian Avatar answered Oct 29 '22 03:10

Brian


This was happening to me on Android Studio 2.3.1 Doing a 'Clean Project' from the Build menu fixed the issue.

like image 27
aaronvargas Avatar answered Oct 29 '22 04:10

aaronvargas