microsoftconnect / intune-app-wrapping-tool-android

Use the Intune App Wrapping Tool for Android to enable Android apps to be managed by Microsoft Intune
29 stars 11 forks source link

BrutException: could not exec (exit code = -1073741515) when run with 32bit JVM #27

Closed rygo-msft closed 4 years ago

rygo-msft commented 5 years ago

Failure Message: App Wrapping fails with the following exception: com.microsoft.intune.mam.apppackager.utils.AppPackagerException: Failed to load app resource table. ... brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = -1073741515): [brut_util_Jar_2464172016156763930.tmp ...]

Root Cause: This seems to correlate to a missing dependency in ApkTool when running in 32bit Java.

Work Around: This failure can be mitigated by running 64-bit Windows and using 1.0.2676.4 or later.

See https://github.com/iBotPeaches/Apktool/issues/2053 for more information

rygo-msft commented 5 years ago

The latest release 1.0.2676.4 contains a partial workaround for this issue. This issue should no longer occur on 64 bit systems. 32 bit systems may still experience issues.

rygo-msft commented 4 years ago

The full fix for this is in the 1.0.2896.3 release