-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
externalpriority:p1High priority/Major issue but not blocking or Big percentage of customers affected.Bug SLA <=7daysHigh priority/Major issue but not blocking or Big percentage of customers affected.Bug SLA <=7daystype:bugA broken experienceA broken experience
Description
Expected behavior
Successful Android app build with msgraph-beta-sdk-java dependency
Actual behavior
When we try to build an Android App with msgraph-beta-sdk-java dependency we got Zip64NotSupportedException:
Caused by: com.android.tools.build.apkzlib.zip.compress.Zip64NotSupportedException: Zip64 EOCD locator found but Zip64 format is not supported: /Users/user/.gradle/caches/8.8/transforms/9fd679e3e134568b95e9ec02cc0912f4/transformed/jetified-microsoft-graph-beta-6.13.0.jar
at com.android.builder.files.ZipCentralDirectory.readCentralDirectoryRecord(ZipCentralDirectory.kt:145)
at com.android.builder.files.ZipCentralDirectory.initBuffer(ZipCentralDirectory.kt:76)
at com.android.builder.files.ZipCentralDirectory.access$initBuffer(ZipCentralDirectory.kt:38)
at com.android.builder.files.ZipCentralDirectory$directoryBuffer$2.invoke(ZipCentralDirectory.kt:47)
at com.android.builder.files.ZipCentralDirectory$directoryBuffer$2.invoke(ZipCentralDirectory.kt:47)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
at com.android.builder.files.ZipCentralDirectory.getDirectoryBuffer(ZipCentralDirectory.kt:47)
at com.android.builder.files.ZipCentralDirectory.readZipEntries(ZipCentralDirectory.kt:210)
at com.android.builder.files.ZipCentralDirectory.access$readZipEntries(ZipCentralDirectory.kt:38)
at com.android.builder.files.ZipCentralDirectory$entries$2.invoke(ZipCentralDirectory.kt:45)
at com.android.builder.files.ZipCentralDirectory$entries$2.invoke(ZipCentralDirectory.kt:45)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
at com.android.builder.files.ZipCentralDirectory.getEntries(ZipCentralDirectory.kt:45)
at com.android.builder.files.RelativeFiles.fromZip(RelativeFiles.java:112)
at com.android.builder.merge.LazyIncrementalFileMergerInputs.load(LazyIncrementalFileMergerInputs.java:90)
... 40 more
Gradle Android Plugin version: 8.4.1
Gradle version: 8.8
Steps to reproduce the behavior
- Add msgraph-beta-sdk-java dependency to Android app project
- Use SDK in Android app source code
- Build Android App
Trying to build with and without Proguard enabled but got the same error
P.S. It looks like this issue is related to the beta Java SDK. Can successfully build Android App with msgraph-sdk-java dependency.
Metadata
Metadata
Assignees
Labels
externalpriority:p1High priority/Major issue but not blocking or Big percentage of customers affected.Bug SLA <=7daysHigh priority/Major issue but not blocking or Big percentage of customers affected.Bug SLA <=7daystype:bugA broken experienceA broken experience