Meituan-Dianping / Robust

Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without a reboot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在启动页面的onCreate方法内进行修改无效

sunbaoqing opened this issue · comments

@Modify
@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_login);

    ToastUtils.show("修改测试");

    ii("packagename:" + getApplication().getPackageName());
}

兄弟,你配置方便发一下么?都配不成功
Robust版本:(如0.4.99)
Gradle版本:(如6.1.1 )
Gradle插件:(如4.0.1)
Java版本:(如1.8.0_181)
AS版本:(如4.0.2)

mark