frameMo icon indicating copy to clipboard operation
frameMo copied to clipboard

如果你用组件运行不通过,需要检查以下内容

Open shenshizhong opened this issue 4 years ago • 0 comments

报错内容如下: java.lang.IllegalArgumentException: you must set design_width_in_dp in your AndroidManifest file

解决方案: 将以下内容,放到你对应的组件AndroidManifest.xml 中就可以了

<meta-data
            android:name="design_width_in_dp"
            android:value="360"/>

shenshizhong avatar Apr 13 '20 08:04 shenshizhong