We are building an Android app with Esri 100.15.1, Android SDK 31, NativeScript 8.4.0, and Gradle 7.5. During the Gradle build we get this exception:
Execution failed for task ':app:mergeExtDexDebug'.
Method too large: com/esri/arcgisruntime/internal/util/j$a.<clinit> ()V
If we set "testCoverageEnabled" to false, then the build succeeds, presumably because there is Esri test code not being included.
Can you provide some insight as to what's causing the issue, and how we can address it? Thanks in advance.
Hi James, were you able to fix the issue?
I have similar issue unfortunately