集成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。缺点:速度慢

Tinker热修复

 

相关文章:

  • 2021-08-28
  • 2022-03-01
  • 2021-12-09
  • 2021-11-29
  • 2021-05-11
  • 2021-07-06
  • 2021-04-11
  • 2022-12-23
猜你喜欢
  • 2021-10-28
  • 2021-04-22
  • 2021-12-02
  • 2021-09-27
  • 2021-04-22
  • 2021-08-20
相关资源
相似解决方案