【发布时间】:2018-09-01 06:33:26
【问题描述】:
我尝试在我的 android 应用程序中添加 Yandex 地图 我做了所有事情,如图所示here
我在依赖项中添加了implementation 'com.yandex.android:mapkit:3.0.0'
repositories {
maven {
url "http://maven.google.com/"
}
}
最后将mavenCentral() 放入存储库
当我同步时一切正常,但当我重建应用程序时,我得到了
com.android.builder.dexing.DexArchiveBuilderException: 失败 过程 D:\android\SD_Delivery\app\build\intermediates\transforms\desugar\debug\21.jar
com.android.builder.dexing.DexArchiveBuilderException: 出错时 德兴。 java.lang.ArrayIndexOutOfBoundsException: -214748364
我哪里做错了?
【问题讨论】: