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

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

Open
zhangxincheng opened this issue Dec 26, 2017 · 2 comments

Comments

@zhangxincheng
Copy link

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
Copy link
Author

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

@typ0520
Copy link
Owner

typ0520 commented Dec 26, 2017

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

fastdex {
    fastdexEnable = false
}

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

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

2 participants