ARouter
ARouter copied to clipboard
Didn't find class "com.android.tools.fd.runtime.Paths"
我想通过把源码下载下来,修改androidx不兼容的问题。
但是发现:

com.alibaba.android.arouter.utils 包下的ClassUtils类中来获取 dex文件的class拿不到

反射 "com.android.tools.fd.runtime.Paths" 类时报错
请问怎么进行配置 "com.android.tools.fd.runtime.Paths" 呢

最终 我还是成功兼容androidx了。但是我也不明白kapt或 annotationProcessor的原理是什么。
最终胡乱捣鼓 成功兼容androidx 了
https://github.com/alibaba/ARouter/issues/938 成功兼容androidx