鸿蒙harmonyos INSTALL_PARSE_FAILED_USESDK_ERROR 真机测试报错处理
INSTALL_PARSE_FAILED_USESDK_ERROR 真机测试报错处理
处理方法 修改文件 \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#section1112183053510ohos { compileSdkVersion 7 defaultConfig { compatibleSdkVersion 7 #这个位置,一位一位往下减少,比如7不行就修改成6,最低不建议超过4 } buildTypes { release { proguardOpt { proguardEnabled false rulesFiles 'proguard-rules.pro' } } }}