Skip to content

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

@lxzh

Description

@lxzh

报错信息:

[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")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions