Gradle Sync error when compiling project

Asked

Viewed 1,186 times

1

I’m finishing a project in Android Studio, and I updated to version 2.1, then started to appear me errors, some already solved, the one chases me; When synchronizing Gradle appears me these messages: erro1

Here are the settings of my Gradle:

erro2

erro3

and below this my SDK package: ERRO4

  • 1

    change your buildToolsVersion to '23.0.3' and notice that in your support package on -> Compile 'com.android.support:cardview-v7:23.. 0-alpha1' there is an error, try to fix it like this: Compile 'com.android.support:cardview-v7:23.3.0-alpha1' and make a new Sync and after Sync, a build.

  • :appcompat-v7:23.3.0' support:support-v4:23.3.0' support:cardview-v7:23.3.0' . support:cardview-v7:23.3.0' Fixed my problem.. now I’m in trouble Error:Execution failed for task ':app:processDebugGoogleServices'. > Please fix the version Conflict either by updating the version of the google-services plugin (information about the Latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 8.3.0.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.