1.build等级升级上去,插件apt注释掉,有引用到的地方也注释掉。
2.版本号对应升上去,如图目前是最新的。
3.apt 更新为 annotationProcessor
compile 更新为 implementation
testCompile 更新为 testImplementation
debugCompile 更新为 debugImplementation等等 有报错就看百度
注意:应用库的用api ,不然引用不到相应的代码
4.EvenBus之前用apt ,现在需要在defaultConfig中,如红框内:
5.渠道配置,需要新增一个flavorDimensions ,与版本号一致,如图:
6.全部配置好,先删掉build文件,clean或者rebuild项目,防止安装包安装失败的问题。
7.如果出现依赖包无法正常导入,可以在线导入Libraries
File > Project Structure > Dependencies Tab > (+号)Add library dependency
或者修改一下build gradle 文件,重新构建。
或者 clean rebuild项目。多多尝试。
网友评论