我正在使用Android Studio 2.3.3,今天我在使用IDE中的属性面板时出现此错误。属性面板卡住,不加载任何文件,每次都会弹出错误。我尝试过这些解决方案:
请帮我解决这个问题。在此先感谢
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)