java.lang.NullPointerException (no error message) APK building

前端 未结 6 1552
隐瞒了意图╮
隐瞒了意图╮ 2021-02-19 08:44
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        maven {
            url \"h         


        
6条回答
  •  别那么骄傲
    2021-02-19 09:05

    Add this to your app module's build.gradle file:

    lintOptions {
        checkReleaseBuilds false
    }
    

提交回复
热议问题