在活动布局中正常打开时,将出现预览,该预览应再次显示布局的预览。 但没有显示预览, 有谁知道如何解决这个问题? here is screen of the issue
这是错误:
android.content.res.Resources $ NotFoundException:找不到尺寸 资源匹配值0x1050050(解析名称: config_scrollbarSize)。在 android.content.res.Resources_Delegate.throwException(Resources_Delegate.java:1145) 在 android.content.res.Resources_Delegate.throwException(Resources_Delegate.java:1121) 在 android.content.res.Resources_Delegate.throwException(Resources_Delegate.java:1125) 在 android.content.res.Resources_Delegate.getDimensionPixelSize(Resources_Delegate.java:657) 在 android.content.res.Resources.getDimensionPixelSize(Resources.java:724) 在android.view.ViewConfiguration。(ViewConfiguration.java:366) 在android.view.ViewConfiguration.get(ViewConfiguration.java:452) android.view.View。(View.java:4806)在 android.view.View。(View.java:4948)在 android.view.ViewGroup。(ViewGroup.java:659)在 android.widget.RelativeLayout。(RelativeLayout.java:248)在 android.widget.RelativeLayout。(RelativeLayout.java:244)在 android.widget.RelativeLayout。(RelativeLayout.java:240)在 android.widget.RelativeLayout。(RelativeLayout.java:236)在 com.android.layoutlib.bridge.impl.Layout。(Layout.java:133)在 com.android.layoutlib.bridge.impl.RenderSessionImpl.inflate(RenderSessionImpl.java:288) 在com.android.layoutlib.bridge.Bridge.createSession(Bridge.java:391) 在 com.android.tools.idea.layoutlib.LayoutLibrary.createSession(LayoutLibrary.java:195) 在 com.android.tools.idea.rendering.RenderTask.createRenderSession(RenderTask.java:540) 在 com.android.tools.idea.rendering.RenderTask.lambda $ inflate $ 5(RenderTask.java:666) 在 java.util.concurrent.CompletableFuture $ AsyncSupply.run(CompletableFuture.java:1590) 在 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 在 java.util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java:617) 在java.lang.Thread.run(Thread.java:745)
答案 0 :(得分:1)
它告诉您在dimens.xml文件中找不到config_scrollbarSize。确保在dimens.xml中具有该名称。因为您正在该布局中的某处使用该值。