We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
可否把详细使用配置写一下 始终无法找到 fastdex.runtime.FastdexApplication
Sorry, something went wrong.
你是在跑testcase吗,可以通过参数配置在测试的时候禁止掉fastdex
fastdex { fastdexEnable = false }
各个参数的说明可以参考 https://github.com/typ0520/fastdex/blob/master/fastdex-gradle/src/main/groovy/fastdex/build/extension/FastdexExtension.groovy
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: