赞
踩
新建了一个项目发现无论怎么编译清理还是清除缓存都没有 BuildConfig 这个 文件。
只需要在gradle中加入
android { buildFeatures { buildConfig true }}
然后在Build一下即可