报错信息:
[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")
}