プロジェクトを再構築するとエラーになります。私はGoogleマップV2の依存関係を追加した後、このエラーが発生します。Android:エラー:タスク ':app:processDebugResources'の実行に失敗しました。ゼロ以外の値1
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException:
プロセス 'コマンド 'C:\ユーザーは\ Binil \のAppData \ローカル\アンドロイド\ SDK \-ツールを構築ゼロ以外の終了値で終了22.0.1 \ aapt.exe'' \ 1
私はプロジェクトをきれいにして、プロジェクトを再構築しようとしましたが、同じ問題が再度発生します。また、プロジェクトを同期しようとしましたが、解決しませんでした。
compile 'com.google.android.gms:play-services:8.4.0'
この依存関係を削除すると、アプリケーションビルドは正常に終了しました。
Gradle.build
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "com.android4dev.navigationview"
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:design:22.2.0'
compile 'de.hdodenhof:circleimageview:1.3.0'
compile 'com.google.android.gms:play-services:8.4.0'
}
いずれかが私を助けてください。
その作業..ありがとうございました。@ Yasir Tahir –
ようこそ。親切にこれを正解とマークしてください:) –