Could|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支持什么版本的。输错版本会有提示的,根据提示来选择
文章图片
project.properties 【Could|Could not get unknown property 'ANDROID_SUPPORT_V4_VERSION'】
推荐阅读
- (If)|(If) 404 Not Found
- cannot|cannot be read or is not a valid ZIP file
- nottodo,别做什么比计划做什么更重要
- 用钱来爱你
- 由Uncaught|由Uncaught TypeError: this.player.startMoveAt is not a function引申
- 运行报错Cannot|运行报错Cannot find module '@babel/compat-data/corejs3-shipped-proposals’
- iOS【NotificationContent-App|iOS【NotificationContent-App Group共享】
- Android|Android Notification
- Android|Android O 8.0及其以上系统的通知(Notification)、安装apk问题更新后的简单兼容写法
- iOS14|iOS14 Widget小组件开发(Widget Extension)