cordova platform rm android
cordova platform add@6.3.0
ionic cordova build android
打包失败尝试添加
configurations.all {
resolutionStrategy {
force ‘com.android.support:support-v4:27.1.0’
}
}
到build.gradle
cordova platform rm android
cordova platform add@6.3.0
ionic cordova build android
打包失败尝试添加
configurations.all {
resolutionStrategy {
force ‘com.android.support:support-v4:27.1.0’
}
}
到build.gradle