We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gralde
jitpakc
AndroidX
Component
Application
gradle
ActivityResult
FragmentActivity
Context
Fragment
androidx
RxJava2
Activity
onActivityResult
Dialog
提 issue 之前麻烦大家尽量贴出有用的错误信息和详细的错误日志, 描述清楚错误的过程
issue
有用的
不要提 issue 让作者我无从下手帮您解决.
最后谢谢大家相信我的组件化库,我会一直加油并且维护下去的
The text was updated successfully, but these errors were encountered:
No branches or pull requests
依赖失败?
gralde
文件中添加jitpakc
仓库依赖之后构建代码失败?
AndroidX
的支持,请检查你的项目是否与之对应Component
没关系模块加载失败 或者 第一个路由失败?
Application
中加载gradle
中的配置一致Application
是否配置到清单文件中跳转拿
ActivityResult
注意事项FragmentActivity
的上下文Context
或者支持包中Fragment
或者androidx
包中Fragment
, 不能省略,也就是 Router.with(xxx) 方法中的 xxx 不能省略ActivityResult
的方式,在回调或者RxJava2
的回调中会传给你ActivityResult
, 你不能让框架帮你拿的同时又自己重写Activity
的onActivityResult
方法匹配,这会导致你的代码无法匹配.两者选择用一个Dialog
等环境中还能使用此功能. 只要你给的Context
是一个FragmentActivity
或者和FragmentActivity
是有关联关系的.比如Dialog
的Context
就不是FragmentActivity
, 但是Dialog
是依赖于FragmentActivity
的, 所以这种框架也支持. 不支持Context
是一个Application
的!最后一点
提
issue
之前麻烦大家尽量贴出有用的
错误信息和详细的错误日志, 描述清楚错误的过程不要提
issue
让作者我无从下手帮您解决.最后谢谢大家相信我的组件化库,我会一直加油并且维护下去的
The text was updated successfully, but these errors were encountered: