经过多次打击,我似乎已经在IntelliJ终极中运行了我的第一个hello world应用程序。我今天下载了最新的终极版。
当我尝试在UI设计器中打开main.xml时,我得到以下错误。
有人可以帮忙吗?我喜欢来自这里的intelliJ提供者的视频中的UI设计师的外观:http://www.jetbrains.com/idea/features/android-tutorials.jsp
提前致谢
This version of the rendering library is more recent than your version of IntelliJ IDEA. Please update IntelliJ IDEA
org.jetbrains.android.uipreview.RenderingException: This version of the rendering library is more recent than your version of IntelliJ IDEA. Please update IntelliJ IDEA
at org.jetbrains.android.uipreview.LayoutLibraryLoader.load(LayoutLibraryLoader.java:90)
at org.jetbrains.android.sdk.AndroidTargetData.getLayoutLibrary(AndroidTargetData.java:149)
at com.android.tools.idea.rendering.RenderService.create(RenderService.java:167)
at com.intellij.android.designer.designSurface.AndroidDesignerEditorPanel$6.run(AndroidDesignerEditorPanel.java:485)
at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:320)
at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:310)
at com.intellij.util.ui.update.MergingUpdateQueue$2.run(MergingUpdateQueue.java:254)
at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:269)
at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:227)
at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:217)
at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:238)
at com.intellij.util.Alarm$Request$1.run(Alarm.java:327)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
答案 0 :(得分:28)
尝试在下拉列表中选择API 19而不是20。
答案 1 :(得分:13)
在预览标签中,只需打开最后一个下拉列表,然后选择较低的Android SDK。就我而言,我选择了Android 4.4.2并且预览立即出现。
答案 2 :(得分:1)
此版本的渲染库比您的IntelliJ IDEA版本更新。请更新IntelliJ IDEA
你可以找到错误的答案,按照这一行并更新你的想法14最终这是intellij的新版本