Android 2.3.3上的内部IDE错误和插件错误

时间:2017-10-01 18:50:21

标签: java android android-studio

我正在使用Android Studio 2.3.3,今天我在使用IDE中的属性面板时出现此错误。属性面板卡住,不加载任何文件,每次都会弹出错误。我尝试过这些解决方案:

  1. 清除缓存并重新启动。
  2. 将我的JDK从内部更改为系统中安装的Oracle JDK 1.8。
  3. 重新安装了Android支持插件。
  4. 重新安装Android Studio。
  5. 从项目文件中删除了.idea文件和.iml文件。
  6. 请帮我解决这个问题。在此先感谢

    Missing attribute definition for focusable
    
    java.lang.IllegalArgumentException: Missing attribute definition for focusable
        at com.android.tools.idea.uibuilder.property.NlPropertyItem.<init>(NlPropertyItem.java:97)
        at com.android.tools.idea.uibuilder.property.NlPropertyItem.create(NlPropertyItem.java:81)
        at com.android.tools.idea.uibuilder.property.NlProperties.getPropertiesWithReadLock(NlProperties.java:123)
        at com.android.tools.idea.uibuilder.property.NlProperties.lambda$getProperties$0(NlProperties.java:86)
        at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:863)
        at com.android.tools.idea.uibuilder.property.NlProperties.getProperties(NlProperties.java:85)
        at com.android.tools.idea.uibuilder.property.NlProperties.getProperties(NlProperties.java:78)
        at com.android.tools.idea.uibuilder.property.NlPropertiesManager.lambda$setSelectedComponents$1(NlPropertiesManager.java:189)
        at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:307)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
    

0 个答案:

没有答案