Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 35 to color: type=0x1
// 创建文件android/app/src/main/res/values/colors.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primary_dark">#660B0B0B</color>
</resources>
网友评论