-
It seems that the "arouter_register" use the ASM5 to compile,
do you have plan to upgrade the ASM version to 7?
Because that many developers have used Java 11 and latest gradle to compile Android A…
-
在initViewpager中, Fragment home = (Fragment) ARouter.getInstance().build(RouterConstants.HOME_MUDULE_FRAGMENT_HOME_HOME).navigation();
Fragment meizi = (Fragment) ARouter.getInstance().…
-
在Application中初始化 ARouter.init(this)
报错(导致App崩溃无法正常运行):
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/alibaba/android/arouter/launcher/ARouter;
-
com.alibaba.android.arouter.exception.HandlerException: ARouter::ARouter init logistics center exception! [Package manager has died]
机型:TCL 750
ROM:TCL/x1_plus
CPU架构:arm64-v8a
Android版本:Android 6.…
-
Markdown editor will be blocked when I open everytime. Please check it\~
It will be happened by preview, Maybe there has some image that cannot download?
Issue Copied from: https://plugins.…
-
Android Gradle Plugin 8.X deprecate the Transform API.
https://developer.android.com/build/releases/gradle-plugin-api-updates#transform-removed
https://developer.android.com/build/releases/gradl…
-
是在一个漏洞案例里发现的,任意URL加载,即导出组件从外部获取Intent,并传入loadUrl()
攻击链:LoginActivity(导出) -> HomeActivity(非导出) -> ARouter(跳转) -> DemoWebActivity(非导出)
```java
private void jumpByRouters(String url) {
Demo…
-
To support 7.2 you need to copy this from the upstream fork: https://github.com/ooftf/AutoRegister/issues/1
To support AGP 8.X is the same issue as the upstream fork: https://github.com/ooftf/AutoR…
-
gradle-wrapper.properties:
...
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
...
agp:8.0
buildscript {
dependencies {
// classpath("com.alibaba:ar…
-
使用kts脚本构建项目ARouter无法正常使用,一直 “ARouter There is no route match the path”
切换回groovy是正常的,说明我代码是没问题的
我不确定我kts写的是否有问题,请问ARouter在kts中如何使用