Rendering issue for Android with Intellij 13.1.3

前端 未结 2 875

When viewing the preview of the (only) activity in my Android app in IntelliJ 13.1.3 I get the following error:

Rendering Problems This version of the

相关标签:
2条回答
  • 2021-01-04 21:21

    I had same problem with Intellij 2016. But having no secondary option for API rendering. The problem solved by installing "Tools(Preview Chanel) -> Android SDK Buil-tools" in Android SDK Manager and restarting Intellij.

    0 讨论(0)
  • 2021-01-04 21:29

    Check that the API rendering is set lower than 20. This is different from the build SDK.

    In the preview window the rendering API icon is an android with a number next to it, in this case it would be the number 20, it's usually the last icon of the first row in the preview window.

    0 讨论(0)
提交回复
热议问题