赞
踩
处理方法 修改文件 \entry\build.gradle
apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.huawei.ohos.decctest' //For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#section1112183053510 ohos { compileSdkVersion 7 defaultConfig { compatibleSdkVersion 7 #这个位置,一位一位往下减少,比如7不行就修改成6,最低不建议超过4 } buildTypes { release { proguardOpt { proguardEnabled false rulesFiles 'proguard-rules.pro' } } } }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。