1、Please select the product flavors to build and sign 不专业的翻译一下(请选择产品的味道来制作和签名)什么鬼;

Android APP打包错误,Could not resolve com.android.tools.lint:lint-gradle:26.1.2.

选中Flavors中的选项即可;

2、Could not resolve com.android.tools.lint:lint-gradle:26.1.2.

①、编译没有通过,添加

lintOptions {
        checkReleaseBuilds false
        abortOnError false
    }

②、project的顶级build.gradle应该google()添加存储库

Android APP打包错误,Could not resolve com.android.tools.lint:lint-gradle:26.1.2.

相关文章:

  • 2021-11-11
  • 2021-08-21
  • 2021-11-14
  • 2021-11-20
  • 2021-09-29
  • 2021-12-05
  • 2021-09-18
  • 2021-09-18
猜你喜欢
  • 2021-12-19
  • 2019-08-13
  • 2018-11-07
  • 2021-08-21
  • 2021-11-28
  • 2021-10-14
  • 2021-09-08
  • 2021-08-27
相关资源
相似解决方案