当我执行我的应用程序时,我收到此错误:
错误:任务': app: transformClassesSusDexForDebug'执行失败。
com . Android . build . API . transform . transform exception:Java . lang . runtime exception:com . Android . ide . common . Process . Process exception:Java . util . concurrent . execution exception:com . Android . ide . common . Process . Process . Process exception:org . grad le . Process . internal . exec exception:Process ' command ' C:\ Program Files \ Java \ JDK 1 . 7 . 0 _ 60 \ bin \ Java . exe ' '以非零退出值1结束
这是突然发生的,我不知道为什么这里是我的模块的gradle设置不工作的代码:
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "it.uniba.di.sms.studente.adem.bikesharing"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.google.android.gms:play-services-location:8.3.0'
compile 'com.google.android.gms:play-services:9.4.0'
}
这是完整应用程序的gradle设置代码
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
编辑:启用多重索引后出现的错误:
AGPBI: {"kind":"error "," text ":"意外的顶级错误:"," sources":[{}]} AGPBI:{ " kind ":" ERROR "," text ":" Java . lang . out of memory ERROR:超出GC开销限制"," sources ":[{ }]} AGP bi:{ " kind ":" ERROR "," text ":" \ tat com . Android . dx . ROP . type . intern class name(type . Java:415)"," sources ":[{ }]} AGP bi::"
:应用程序:transformClassesWithDexForDebug失败
失败:生成失败,出现异常。
>
出现错误:任务执行失败:app:transformClassesWithDexForDebug。
com.android.build.api.transform.transformException: com.android.ide.common.process.processexception: java.util.concurrent.执行异常: com.android.ide.common.process.process.ProcessException: org.gradle.process.internal.execexception: process '命令 'C:\program Files\Java\jdk1.7.0_60\bin\java.exe'' 以非零退出值 3 完成
Try:使用- stacktrace选项运行以获取堆栈跟踪。使用- info或- debug选项运行以获得更多日志输出。
您正在导入谷歌播放服务“位置”服务两次。网站首页:播放服务:9.4.0
线路本身就包含定位服务。因此,它是多余的,并导致上述错误。
您可能希望删除此行,
compile 'com.google.android.gms:play-services:9.4.0'
拿着这个,
compile 'com.google.android.gms:play-services-location:8.3.0'
Google列出了Google Play服务附带的所有子服务。除非您使用所有服务,否则您不应导入com.google.android.gms:play services:9.4.0
完整库。此链接包含Google Play服务的完整子列表,因此您只能导入必要的服务。
只需删除此行,然后重建
编译com.google.android.gms:play-services-位置:8.3.0
如果直到问题未解决,然后集成多 dex 库,请参阅如何使用新的 Android 多索引支持库启用多索引
错误:任务执行失败 ': app:使用合并Java Res For Debug转换资源'。 com.android.build.api.transform.TransformException:com.android.builder.packaging.DuplicateFileException: APK META-INF/LICENSE File1中复制的重复文件: C:\用户Jithin-P
Build.Gradle: 当获取:
我多次清理和构建该项目,但没有工作。有什么问题?
在这一点上,我非常确定问题出在XML文件上,因为当我切换到design视图时,包含googleSignInButton代码的XML文件没有预览。 我所有的XML文件都是这样,尽管在实现google登录后我甚至没有接触过它们。 任何帮助都将不胜感激!提前谢谢你
这是我的电脑Gradle我不知道有什么错误 泰恩克斯
我面临以下例外: 任务“:app:kaptDebugKotlin”的执行失败。 执行组织时出错。喷气式飞机。科特林。格拉德尔。内部的KaptExecution java。朗,反思一下。InvocationTargetException(无错误消息) 和--search给出如下: 由于配置问题,未发布生成扫描。 Gradle用户使用条款尚未达成一致。 有关更多信息,请参阅https://gradle
当我尝试构建项目时,Gradle build消息会报告以下消息: 失败:构建失败,但有一个异常。 > Gradle文件