typ0520/fastdex

找不到 fastdex.runtime.FastdexApplication 可否把详细使用配置写一下?

zhangxincheng opened this issue · 2 comments

java.lang.RuntimeException: Unable to instantiate application fastdex.runtime.FastdexApplication: java.lang.ClassNotFoundException: Didn't find class "fastdex.runtime.FastdexApplication" on path: DexPathList[[zip file "/system/framework/android.test.runner.jar"

可否把详细使用配置写一下 始终无法找到 fastdex.runtime.FastdexApplication

你是在跑testcase吗,可以通过参数配置在测试的时候禁止掉fastdex

fastdex {
    fastdexEnable = false
}

各个参数的说明可以参考
https://github.com/typ0520/fastdex/blob/master/fastdex-gradle/src/main/groovy/fastdex/build/extension/FastdexExtension.groovy