Skip to content
New issue

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

demo运行无法正常跳转 #7

Closed
jasonfresher opened this issue Jan 13, 2017 · 4 comments
Closed

demo运行无法正常跳转 #7

jasonfresher opened this issue Jan 13, 2017 · 4 comments

Comments

@jasonfresher
Copy link

Aroute example运行log如下:
01-13 15:25:06.490 30616-30616/com.alibaba.android.arouter.demo I/ARouter::: ARouter start attachBaseContext
01-13 15:25:06.497 30616-30616/com.alibaba.android.arouter.demo I/ARouter::: ARouter hook instrumentation success!
01-13 15:25:06.527 30616-30616/com.alibaba.android.arouter.demo I/galaxy: VM with name 'Android' has multidex support
01-13 15:25:06.529 30616-30616/com.alibaba.android.arouter.demo D/galaxy: Filter 0 classes by packageName <com.alibaba.android.arouter.routes>
01-13 15:25:06.532 30616-30616/com.alibaba.android.arouter.demo D/ActivityThread: BIND_APPLICATION handled : 0 / AppBindData{appInfo=ApplicationInfo{32762597 com.alibaba.android.arouter.demo}}
01-13 15:25:06.533 30616-30616/com.alibaba.android.arouter.demo V/ActivityThread: Handling launch of ActivityRecord{258c3384 token=android.os.BinderProxy@32e29fa2 {com.alibaba.android.arouter.demo/com.alibaba.android.arouter.demo.MainActivity}}

按照readme里的集成方法集成到我自己的app中也是无法跳转,There's no routematched!

@zhi1ong
Copy link
Member

zhi1ong commented Jan 13, 2017

demo是否正常运行呢?

01-13 15:25:06.529 30616-30616/com.alibaba.android.arouter.demo D/galaxy: Filter 0 classes by packageName <com.alibaba.android.arouter.routes>

看上面日志,没有扫描到任何映射文件,可能映射文件没有生成,也可能是设置了混淆,但是没有添加keep规则,没有生成映射文件的话,要看一下 #5 里面提到的排查办法

@jasonfresher
Copy link
Author

demo运行不正常,#5里有一个人跟我的情况一样,只有build apk文件,再安装,就可以跳转了,但是用as直接run的话会无法跳转

@zhi1ong
Copy link
Member

zhi1ong commented Jan 13, 2017

直接run也是会打成apk的,但是要是Instant Run的话,会直接改变化的内容,生成文件不会进去,你可以确认一下是不是开了Instant Run,涉及到这种生成代码的情况,要完全build安装

@jasonfresher
Copy link
Author

谢了,确实是开启了Install Run就会导致无法生成映射文件不能跳转,关闭一下就ok了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants