cordova build android 打包时报错误 No resource identifier found for attribute 'appComponentFactory' in package 'android'

cordova build android 时包错误

No resource identifier found for attribute 'appComponentFactory' in package 'android'

解决方法

在项目 platforms/android/build.gradle 里

加上

configurations.all {
    resolutionStrategy.force 'com.android.support:support-v4:24.0.0'
}

再编译就不会报错了

链接转载

https://blog.csdn.net/qq_38543537/article/details/87513925

posted @ 2022-08-30 17:43  不经一番寒彻骨  阅读(149)  评论(0编辑  收藏  举报