Null in Android Studio preview API version

I upgraded from Android Studio 2.3 to 3.0, and now none of the previews are displayed in XML editors.

I see zero on the top line in the API level selector, and this does not allow me to select

enter image description here

enter image description here

Any possible solution for this?

I tried Invalidate cache and rebooted, but it doesn't seem to help.

+5
source share
1 answer

Just click "Sync with gradle" and enjoy :)

+13
source

Source: https://habr.com/ru/post/1273311/


All Articles