Android 안드로이드

Android Studio apk build 오류 (Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.)

디해가태구디 2021. 12. 23. 11:34

  lintOptions {

        checkReleaseBuilds false

        // Or, if you prefer, you can continue to check for errors in release builds,

        // but continue the build even when errors are found:

        abortOnError false

    }


위의 코드를 

build.gradle (Module:app) 파일 android 안에 넣어주면 해결된다.