赞
踩
有时我们需要在类中调用buildconfig但是他总是报错解决方案就是在gradle.properties中写入下面两句话
android.defaults.buildfeatures.buildconfig = true android.enableJetifier=true