gpt4 book ai didi

android - 运行时异常 : Width (0) and height (0) cannot be <= 0

转载 作者:行者123 更新时间:2023-12-03 15:44:00 28 4
gpt4 key购买 nike

我遇到了这种类型的错误,我该如何解决这个问题。

java.lang.RuntimeException: java.lang.RuntimeException: Error while processing D:\Android Project\AttendanceApp\app\src\main\res\drawable\ic_arrow_back.xml : Width (0) and height (0) cannot be <= 0



ic_arrow_back.xml
<vector android:height="@dimen/_25sdp" android:tint="#FFFFFF"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="@dimen/_25sdp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>
</vector>

最佳答案

您需要在应用的 build.gradle 中添加某些属性。

android {  
defaultConfig {
vectorDrawables.useSupportLibrary = true
}
}

关于android - 运行时异常 : Width (0) and height (0) cannot be <= 0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58871173/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com