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

浙公网安备 33010602011771号