IntelliJ IDEA Render Error

I am trying to configure IntelliJ IDEA for Android programming, but I cannot display main.xml.

org.jetbrains.android.uipreview.RenderingException: This version of the rendering library is later than your version of IntelliJ IDEA. Update IntelliJ IDEA on org.jetbrains.android.uipreview.RenderServiceFactory.loadLibrary (RenderServiceFactory.java:158) in org.jetbrains.android.uipreview.RenderServiceFactory.create (RenderServiceFactory.java:brad org. Androidtargetdata ) in com.intellij.util.ui.update.MergingUpdateQueue.execute (MergingUpdateQueue.javahaps20) in com.intellij.util.ui.update.MergingUpdateQueue.execute (MergingUpdateQueue.java revers10) in comint. ui.update.MergingUpdateQueue $ 2.run (MergingUpdateQueue.java:254) at com.intellij.util.ui.update.MergingUpdateQueue.flush (MergingUpdateQueue.java:269) in com.intellij.utilate.muepup.uelue.upil.uipu.upuemuyupuyuyupuyutuyu (MergingUpdateQueue.java:227) at com.intellij.util.ui.upda te.MergingUpdateQueue.run (MergingUpdateQueue.java:217) at com.intellij.util.Alarm $ Request $ 1.run (Alarm.java:289) in java.util.concurrent.Executors $ RunnableAdapter.call (Executors.java:471 ) in java.util.concurrent.FutureTask $ Sync.innerRun (FutureTask.javahaps34) in java.util.concurrent.FutureTask.run (FutureTask.java:166) in java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor. java: 1110) in java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:603) in java.lang.Thread.run (Thread.java:722)

enter image description here

This is the exception that I get when I try to open the main.xml file using the Android GUI Designer (IntelliJ Utility). I have the latest version of the IDE, so I donโ€™t know what is going on here.

+61
java android intellij-idea
Sep 18 '13 at 12:35 on
source share
4 answers

IDEA has no rendering version 4.3 yet. Try choosing an Android version that is less than 4.3 in the preview drop-down list. It works for me.

+134
Sep 19 '13 at 7:41
source share

In the preview tab, just open the last drop-down list and select the bottom Android SDK. In my case, I chose Android 4.4.2, and the preview appeared instantly.

+72
Aug 12 '14 at 13:23
source share

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

+5
Sep 18 '13 at 12:52
source share

In the preview tab, just open the last drop-down list and select the bottom Android SDK. In my case, I chose Android 4.4.2, and the preview appeared instantly.

he works for me

0
Jun 10 '15 at 12:06
source share