fastdex icon indicating copy to clipboard operation
fastdex copied to clipboard

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

Open zhangxincheng opened this issue 7 years ago • 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"

zhangxincheng avatar Dec 26 '17 10:12 zhangxincheng

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

zhangxincheng avatar Dec 26 '17 10:12 zhangxincheng

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

fastdex {
    fastdexEnable = false
}

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

typ0520 avatar Dec 26 '17 10:12 typ0520