Error:Execution failed for task ':app:transformClassesWithJarMergingForRelease'. with release

后端 未结 1 788
忘掉有多难
忘掉有多难 2020-12-17 08:06

When i generate release build then i got this error Error:Execution failed for task \':app:transformClassesWithJarMergingForRelease\'. > com.android.build.a

相关标签:
1条回答
  • 2020-12-17 08:40

    Reading the comments, and having this problem myself, the problem seems to stem from a bad thirdparty lib. Perhaps using incompatible gradle or buildtool library.

    Problem libs:

    • com.wonderkiln:camerakit:0.11.0
    • android.arch.persistence.room
    • com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer

    Others have similar problems with bad libs in their /libs folder.

    0 讨论(0)
提交回复
热议问题