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
* What went wrong: Execution failed for task ':app:checkStagingDebugDuplicateClasses'. > Could not resolve all files for configuration ':app:stagingDebugRuntimeClasspath'. > Failed to transform file 'classes_temp.jar' to match attributes {artifactType=android-classes, org.gradle.usage=java-runtime-jars} > Execution failed for JetifyTransform:project_path\platform_base\libs\classes_temp.jar. > Failed to transform 'project_path\platform_base\libs\classes_temp.jar' using Jetifier. Reason: Unexpected end of ZLIB input stream. (Run with --stacktrace for more details.)
config 里面只是打开了-tracepackage 设置为包名。
-tracepackage
我的工程结构是有个App的module,引用了platform_base, 依赖在App和base中都有,初始化Java代码是在Base中,配置插件实在App中。
The text was updated successfully, but these errors were encountered:
Unexpected end of ZLIB input stream
No branches or pull requests
config 里面只是打开了
-tracepackage
设置为包名。我的工程结构是有个App的module,引用了platform_base, 依赖在App和base中都有,初始化Java代码是在Base中,配置插件实在App中。
The text was updated successfully, but these errors were encountered: