luojilab / DDComponentForAndroid

一套完整有效的android组件化方案,支持组件的组件完全隔离、单独调试、集成调试、组件交互、UI跳转、动态加载卸载等功能
MIT License
3.34k stars 570 forks source link

编译时代码检测问题 #72

Closed Jusenr closed 6 years ago

Jusenr commented 6 years ago

编译时,会有代码检测,有时编译不过

建议,在相关的build.gradle 添加

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 }

mqzhangw commented 6 years ago

这个使用的时候自己定义吧,有些app可能依赖lint