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?
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.
© 2024 OneMinuteCode. All rights reserved.