我在我的项目中遇到了这个问题,我尝试了这个帖子中的解决方案:帖子1帖子2,但对我不起作用。这个项目在Android Studio 1.2版上运行得很好,问题是在我升级到1.3版时开始的
这是我的build.gradle文件
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.6'
}
}
repositories {
mavenCentral()
mavenLocal()
}
apply plugin: 'com.android.application'
apply plugin: 'android-apt'
android {
compileSdkVersion 22
buildToolsVersion '22.0.1'
defaultConfig {
applicationId "br.appname"
minSdkVersion 11
targetSdkVersion 22
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
}
}
}
apt {
arguments {
resourcePackageName android.defaultConfig.applicationId
androidManifestFile variant.outputs[0].processResources.manifestFile
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
apt "org.androidannotations:androidannotations:3.3.2"
compile 'org.androidannotations:androidannotations-api:3.3.2'
compile 'com.google.code.gson:gson:2.2.4'
compile 'com.google.android:support-v4:r7'
compile 'com.loopj.android:android-async-http:1.4.8'
compile 'commons-lang:commons-lang:2.6'
compile 'com.crittercism:crittercism-android-agent:5.2.0'
compile 'com.j256.ormlite:ormlite-android:4.48'
compile 'com.j256.ormlite:ormlite-core:4.48'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.4'
compile files('libs/android-smart-image-view-1.0.0.jar')
compile files('libs/libGoogleAnalyticsServices.jar')
compile 'com.android.support:support-v4:21.0.0'
compile "com.android.support:appcompat-v7:21.0.0"
}
完全错误是这样的:
错误:任务“:AppName:ProcessDebugResources”执行失败。com.android.ide.common.Process.processException:org.gradle.Process.internal.execException:进程“command”/home/user/android/sdk/build-tools/22.0.1/aapt“已完成,退出值为非零%1
在gradle console中,我有以下错误:
:AppName:ProcessDebugResources
AGPBI:{“kind”:“simple”,“text”:“/home/user/desktop/projects/umobile/trunk/uniformobile/build/intermediates/res/merged/debug/mipmap-xhdpi-v4/ic_launcher.png:错误:重复文件.”,“sources”:[{}]}
AGPBI:{“kind”:“simple”,“text”:“/home/user/desktop/projects/umobile/trunk/uniformobile/build/intermediates/res/merged/debug/mipmap-xhdpi/ic_launcher.png:此处为原始文件。可能隐含了版本限定符。”,“sources”:[{}]}
我该怎么解决这个?
问题解决了!
我只是在结尾处用-v4重命名了mipmap文件夹。
以下是的内容: 我不能建我的项目。我得到了这个错误:
我在stackoverflow上搜索了很多,但在我的案例中没有一个解决方案起作用。我想做一个简单的媒体播放器,从原始源播放音频。我的原始文件夹大小约为2 GB。当我尝试清理和重建我的项目时,它显示错误 我的建筑.Gradle是
我试着看过类似的,但没有一个解决方案奏效。我以前运行的应用程序没有问题,但我的新应用程序突然开始给我带来问题。当我尝试运行它时,它总是失败: 控制台显示的内容如下:
使用gradle构建,我得到了这个消息。 失败:构建失败,出现异常。 > 出了什么问题:任务“:p破坏资源”的执行失败。 com.android.ide.common.process.process异常: org.gradle.process.internal.exec异常: 处理“命令”/主页/用户/android-sdk-linux/build-tools/22.0.1/aapt'以非零退出值