gpt4 book ai didi

java - 安卓工作室 : com. android.ide.common.process.ProcessException:

转载 作者:行者123 更新时间:2023-11-30 08:54:12 27 4
gpt4 key购买 nike

我正在尝试将 ArcGis 与 Android Studio 结合使用。我尝试按照这些步骤操作

但我遇到了这个错误:

Error:Execution failed for task ':app:dexDebug'. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/bin/java'' finished with non-zero exit value 2

我的应用结构

enter image description here

应用:build.gradle

  // Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
jcenter()
// Add the following arcgis repository
maven {
url 'http://dl.bintray.com/esri/arcgis'
}
}
}

最佳答案

我上面的评论似乎回答了这个问题。

关于java - 安卓工作室 : com. android.ide.common.process.ProcessException:,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29518323/

27 4 0
文章推荐: javascript - 如何在选择任何下拉值时使用 jquery 交换 HTML 中的两个
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com