当前位置:   article > 正文

鸿蒙harmonyos INSTALL_PARSE_FAILED_USESDK_ERROR 真机测试报错处理_failure[install_parse_failed_usesdk_error]

failure[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#section1112183053510
ohos {
    compileSdkVersion 7
    defaultConfig {
        compatibleSdkVersion 7 #这个位置,一位一位往下减少,比如7不行就修改成6,最低不建议超过4
    }
    buildTypes {
        release {
            proguardOpt {
                proguardEnabled false
                rulesFiles 'proguard-rules.pro'
            }
        }
    }
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/127791
推荐阅读
相关标签
  

闽ICP备14008679号