离线打包
离线打包
从2.7.14 升级到3.1.4 报错
AAPT: error: style attribute 'android:attr/forceDarkAllowed' not found.
AAPT: error: style attribute 'android:attr/forceDarkAllowed' not found.
AAPT: error: style attribute 'android:attr/forceDarkAllowed' not found.
AAPT: error: style attribute 'android:attr/forceDarkAllowed' not found.
AAPT: error: style attribute 'android:attr/forceDarkAllowed' not found.
AAPT: error: style attribute 'android:attr/forceDarkAllowed' not found.
<style name="DCloudTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowNoTitle">true</item>
<item name="android:colorEdgeEffect">#333333</item>
<item name="android:windowBackground">@color/ime_background</item>
<item name="android:forceDarkAllowed">false</item>
</style>
<style name="TranslucentTheme" parent="@android:style/Theme.DeviceDefault.Light">
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:colorEdgeEffect">#333333</item>
<item name="android:windowBackground">@null</item>
<item name="android:forceDarkAllowed">false</item>
</style>
7 个回复
a***@qq.com
compileSdkVersion 29
minSdkVersion 21
targetSdkVersion 28
也没有问题,估计关键是compileSdkVersion为29
7***@qq.com (作者)
配置都是ok的
更新 compileSdkVersion 28 到 compileSdkVersion 29
就没有这个报错 但是项目不支持29
7***@qq.com (作者)
Execution failed for task ':app:processDebugResources'.
9***@qq.com
解决了吗?大佬
2021-09-09 16:35
DCloud_Android_ST
硬性要求 compileSdkVersion更新到29。后续就会要求30了
7***@qq.com (作者)
。。。。。
2021-03-29 20:04
千图万码 - 无码为码
不知道在哪里看到一条信息
build.gradle配置里面
compileSdkVersion 29
minSdkVersion 26
targetSdkVersion 26
就解决这个题了,目前的3.1.18可以支持到29的,最小26
我就是这么解决的
9***@qq.com
太多坑了
a***@live.cn
compileSdkVersion 32
minSdkVersion 29
targetSdkVersion 32
一直报这个问题,有没有解决的