gradle版本过高导致bugly热修复打包补丁失败的问题

Android studio 4.0.2

gradle 6.1.1

报错如下:

Error:A problem occurred configuring project ':app'. Failed to notify project evaluation listener. Tinker does not support instant run mode, please trigger build by assembleDebug or disable instant run in 'File->Settings...'. can't find tinkerProcessDebugManifest, you must init tinker plugin first!

gradle版本过高导致bugly热修复打包补丁失败的问题

但是Android studio 3.5之后已然废弃instant run ,所以Android studio 4.0.2找不到instant run 设置入口。后来尝试把gradle插件改为3.5.1,gradle版本改为5.4.1,之后再运行bug消失了。

上一篇:Linux下Instant Client的安装与配置


下一篇:Java8新特性之新日期API