* What went wrong:
Execution failed for task ':app:lintVitalRelease'.
> java.lang.NullPointerException (no error message)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

 

./gradlew app:assembleRelease -x lintVitalRelease

 

或则在 

android - app - build.gradle 里面添加

android {

...

lintOptions { checkReleaseBuilds false }

...

}

相关文章:

  • 2021-11-07
  • 2022-02-02
  • 2021-12-24
  • 2021-11-28
  • 2022-12-23
  • 2022-01-11
  • 2021-06-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2021-08-07
  • 2021-12-03
  • 2021-06-13
  • 2021-11-24
相关资源
相似解决方案