集成buggly热修复的时候报错
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!
解决方法:
关闭如下热启动选项
说明:
开启该选项时,每次编译app的时候,只会编译修改过的代码。关闭后,会重新编译安装app。缺点:速度慢