Could not get unknown property 'ANDROID_SUPPORT_V4_VERSION'

ionic打包报错:Could not get unknown property 'ANDROID_SUPPORT_V4_VERSION'
解决方法:
修改platforms\android\project.properties下的cordova.system.library.2=com.android.support:support-v4:$ANDROID_SUPPORT_V4_VERSION

cordova.system.library.2=com.android.support:support-v4:25.+
具体后面的数字是多少得看项目中api支持什么版本的。输错版本会有提示的,根据提示来选择

Could not get unknown property 'ANDROID_SUPPORT_V4_VERSION'_第1张图片
project.properties

你可能感兴趣的:(Could not get unknown property 'ANDROID_SUPPORT_V4_VERSION')