您当前的位置: 首页 > 

柳鲲鹏

暂无认证

  • 0浏览

    0关注

    4642博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Execution failed for task :Test:lintVitalRelease/Lint found fatal errors while assembling a release

柳鲲鹏 发布时间:2021-11-10 07:51:00 ,浏览量:0

  • 具体错误
Execution failed for task ':usbCameraTest:lintVitalRelease'.
> Lint found fatal errors while assembling a release target.

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

  • 解决办法

在build.gradle中添加:

android {

	lintOptions {
		checkReleaseBuilds false
		abortOnError false
	}

关注
打赏
1665724893
查看更多评论
立即登录/注册

微信扫码登录

0.0798s