Skip to content

Instantly share code, notes, and snippets.

@marc0x71
Last active March 7, 2016 07:01
Show Gist options
  • Save marc0x71/1195bee72fbfe7058d49 to your computer and use it in GitHub Desktop.
Save marc0x71/1195bee72fbfe7058d49 to your computer and use it in GitHub Desktop.
"Could not resolve com.android.support:appcompat-v7:23.2.0"
If you got the following error
$ ./gradlew assemble
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_mockDebugCompile'.
> Could not resolve com.android.support:appcompat-v7:23.2.0.
Required by:
Ordify:app:unspecified
> Could not resolve com.android.support:appcompat-v7:23.2.0.
> Could not get resource 'https://jitpack.io/com/android/support/appcompat-v7/23.2.0/appcompat-v7-23.2.0.pom'.
> Could not GET 'https://jitpack.io/com/android/support/appcompat-v7/23.2.0/appcompat-v7-23.2.0.pom'.
> peer not authenticated
execute
$ android list sdk --all
...
146- GPU Debugging tools, revision 1.0.3
147- Local Maven repository for Support Libraries, revision 26
148- Android Support Library, revision 23.2
149- Google AdMob Ads SDK, revision 11 (Obsolete)
...
$ android update sdk --no-ui --all --filter 147,148
if required accept the license
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment