Yeoh

Results 39 comments of Yeoh

@lig0621 请检查 MainActivity 是否添加 @Puppet 注解呢

不建议保存 Fragment 对象,使用 Rigger,你只需要保存 Fragment tag 即可。 ``` LoginSelectIdentityFragment fragment = LoginSelectIdentityFragment.newInstance(); String loginSelectIdentityTag = Rigger.getRigger(fragment).getFragmentTag(); ``` 之后你需要的时候通过 tag 去进行操作 Fragment. ``` Rigger.getRigger(this).findFragmentByTag(loginSelectIdentityTag) ```

请参考 [wiki](https://github.com/JingYeoh/FragmentRigger/wiki/%E6%BB%91%E5%8A%A8%E8%BE%B9%E7%BC%98%E9%80%80%E5%87%BA) 说明

@manikantagarikipati Do you turn off `Instant run`? this exception should be never throwed. please show me your code.

that's weird, have you tried to clean your project ? that could be useful. if not, please show me your gradle version.

Sorry, i can't reappear this error with your gradle configuration. please give me the full gradle configuration with `project build.gradle` , `modle build.gradle` and `gradle-wrapper.properties`. About the second error, you...

@Yhao90 抱歉,我这边无法重现该错误,请贴出你的根目录和module下的`build.gradle`和`gradle-wrapper.properties`。

@liuhedev 麻烦贴出 Activity 加载 Fragment 的关键代码

@CaiJingFu 谢谢反馈,会在近期修复,修复后会同步给你

@xiayouli0122 这是`AsPectJ`的问题,我在使用的这个插件上看到类似[**Issure**](https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx/issues/31),你可以试试是否可以解决你的问题。