Skip to content Skip to sidebar Skip to footer

Error:(24, 11) Failed To Resolve: Com.android.support:appcompat-v7:8.0.+

Pleas help with this error cause it's my first android project ! Gradle Sync: pply plugin: 'com.android.application' android { compileSdkVersion 8 buildToolsVersion '23.0.

Solution 1:

You should use the correct version for the appcompat-v7 dependency.

The latest stable version of the above-mentioned dependency to now is:

compile'com.android.support:appcompat-v7:23.2.1'

Use it as above and make sure you installed/updated to the latest version in SDK Manager before.

Post a Comment for "Error:(24, 11) Failed To Resolve: Com.android.support:appcompat-v7:8.0.+"