Meituan-Dianping / Robust

Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without a reboot.
Apache License 2.0
4.4k stars 805 forks source link

为什么我新增的方法不生效,修复已有的方法是可以的 #389

Closed kukulong123 closed 4 years ago

kukulong123 commented 4 years ago

在一个类class MeFragment面新增了一个方法: @Add public void newMethod(){ ToastUtil.show(context,"newMethod新增方法"); System.out.println("newMethod新增方法"); } , 然后再另一个方法里面调用该方法,运行的时候报错日志如下: [``](

)