Android jitpack 需要在每个版本上进行干净的构建
Android jitpack needs clean build on each release
我正在构建一个视图,该视图在 git 集线器上有一个垂直轨迹并将其添加到 jitpack
,但每次我发布时都会使用 gradle
我下载包必须做一个干净的重建()。
错误:
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
是否与gitignore
有关?
回购:https://github.com/Mohammad-Tabbara/TrailedSheet
注意:我刚改了。gitignore
。
我的问题已经解决,它与使用的 .gitignore 有关:
https://github.com/github/gitignore/blob/master/Android.gitignore
现在一切都很好。
如果有人愿意分享,我很想知道原因。
到目前为止接缝工作。
我正在构建一个视图,该视图在 git 集线器上有一个垂直轨迹并将其添加到 jitpack
,但每次我发布时都会使用 gradle
我下载包必须做一个干净的重建()。
错误:
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
是否与gitignore
有关?
回购:https://github.com/Mohammad-Tabbara/TrailedSheet
注意:我刚改了。gitignore
。
我的问题已经解决,它与使用的 .gitignore 有关:
https://github.com/github/gitignore/blob/master/Android.gitignore
现在一切都很好。
如果有人愿意分享,我很想知道原因。
到目前为止接缝工作。