您的位置:首页 > Web前端 > React

react native编译报错

2016-07-18 15:41 363 查看
* 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 }

...

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: