I have a question for Android Studio Rendering.

Asked 1 years ago, Updated 1 years ago, 101 views

I am using Android Studio to develop it, but suddenly, there is a rendering error as shown below.

I want to proceed with the material theme, but the theme that usually appears after installing the studio does not appear. If it is lowered below API 23, another theme will be rendered, but if you use AVD to run the emulator, it will be loaded back to the existing material theme. How can I fix it?

android rendering theme

2022-09-22 21:26

1 Answers

There are some AS bugs. API 24 is corresponding to 2.2 so rendering is not working normally in 2.1 version.

You can use API 23 for rendering.


2022-09-22 21:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.