Last active
March 7, 2016 07:01
-
-
Save marc0x71/1195bee72fbfe7058d49 to your computer and use it in GitHub Desktop.
"Could not resolve com.android.support:appcompat-v7:23.2.0"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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