当前位置:   article > 正文

Android打包出现Error: Google Play requires that apps target API level 29 or higher.错误

google play requires that apps target api level 29 or higher.

Google Play 上架时 ,要求应用的 " target API level " 必须大于等于 ,大部分情况不用上架谷歌商店直接关闭 lint 检查即可 。

在app的build.gradle 的android块里设置

  1. android {
  2. lintOptions {
  3. checkReleaseBuilds false
  4. // Or, if you prefer, you can continue to check for errors in release builds,
  5. // but continue the build even when errors are found:
  6. abortOnError false
  7. }
  8. }

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

闽ICP备14008679号