Android Studio,Design Preview不支持同构库

csbfibhn  于 2023-10-23  发布在  Android
关注(0)|答案(2)|浏览(120)

每当我使用同构库,设计预览去完全空白,虽然我可以拖放一切,只是我不能看到这一点。
enter image description here
enter image description here
我几乎尝试了所有的方法...

lfapxunr

lfapxunr1#

出于好奇,尝试使用不同的布局,如LinearLayout,看看是否有帮助。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:orientation="vertical" >
m528fe3b

m528fe3b2#

我在GitHub上找到了解决方案。在Android的海豚版本有一些错误。要使用同构库,有两种选择...或者在colors.xml中手动编写此库中所需的所有颜色。或者将你的android studio升级到giraff或者将你的android studio降级到Chipmunk。

相关问题