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

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

Android APP打包错误,Could not resolve com.android.tools.lint:lint-gradle:26.1.2._第1张图片

选中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._第2张图片

转载于:https://www.cnblogs.com/cuichen16/p/10785987.html

你可能感兴趣的:(Android APP打包错误,Could not resolve com.android.tools.lint:lint-gradle:26.1.2.)