IntelliJ IDEA Render error

前端 未结 4 1846
长情又很酷
长情又很酷 2020-12-13 05:41

I\'m trying to set up IntelliJ IDEA for programming android but I can\'t render the main.xml.

org.jetbrains.android.uipreview.RenderingException: This

相关标签:
4条回答
  • 2020-12-13 06:17

    In the preview tab simply open the last drop-down list and pick the lower Android SDK. In my case, I picked Android 4.4.2 and the preview appeared instantly.

    0 讨论(0)
  • 2020-12-13 06:22

    IDEA does not have a render version for 4.3 yet. Try select version of Android that is less than 4.3 in the dropdown in the preview. It works for me.

    0 讨论(0)
  • 2020-12-13 06:23

    In the preview tab simply open the last drop-down list and pick the lower Android SDK. In my case, I picked Android 4.4.2 and the preview appeared instantly.

    it works for me

    0 讨论(0)
  • 2020-12-13 06:27

    There seems to be an incompatibility between IDEA and the latest release of the Android SDK Build-tools (18.1). Installing the slightly older version 18.0.1 should fix the problem.

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