编译错误:1. 原因:com.android.builder.dexing.DexArchiveBuilderException: Failed to process D:\apps\app\app\build\intermediates\transforms\profilers-transform\debug\58.jar 2. 原因: com.android.builder.dexing.DexArchiveBuilderException:dexing 时出错。3. 引起:java.lang.ArrayIndexOutOfBoundsException:-2147483648
它是如何发生的: 1. 添加到 build.gradle (classpath 'com.android.tools.build:gradle:3.1.2') implementation 'com.yandex.android:mapkit:3.0.0' 2. 同步项目。3. 我正在尝试在物理设备上运行。
如何克服?
提前致谢。