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

为什么忽略了 android test task 呀,这导致项目使用 make project 无法编译过 #72

Open
lxzh opened this issue Nov 25, 2024 · 0 comments

Comments

@lxzh
Copy link

lxzh commented Nov 25, 2024

报错信息:

[Wrong message ...]
javassist.NotFoundException: com.didi.drouter.store.MetaLoader
	at javassist.ClassPool.get(ClassPool.java:430)
...
Please first make sure plugin-version 1.3.5(current) >= null(min support)
Any question you can call "GaoWei" from weixin "gwball"
:app:transformClassesAndResourcesWithDRouterForOverseaFourDebugAndroidTest took 201ms

相关源码在 RouterTransform

if (!dest.path.contains("/DRouter/androidTest/")) {
    (new RouterTask(project, compilePath, cachePathSet, useCache, dest, tmpDir, setting, isWindow)).run()
    FileUtils.writeLines(cacheFile, cachePathSet)
} else {
    Logger.w("Ignore android test task")
}
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

1 participant