记录一个bug,我新建了个demo工程,里面新加了个library,然后编译的时候一直报错 Type com.dimeno.mine.BuildConfig is defined multiple times: F:\workspace\plugin\mine\app\build\intermediates\project_dex_archive\debug\out\com\dimeno\min
BuildConfig的用法 在Android开发中,我们使用android.util.Log来打印日志,方便我们的开发调试。但是这些代码不想在发布后执行,我们并不想在软件发布后调试日志被其他开发者看到,现在我的方法是设置一个全局变量,标记软件为Debug模式还是Release模式。来看下代码: public class Log {private static final boolean DE