We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find any version that matches com.android.support:appcompat-v7:19.+.
The text was updated successfully, but these errors were encountered:
这个可以通过修改maven地址来解决,在build.gradle中修改: maven { url "https://maven.google.com" }
maven { url "https://maven.google.com" }
Sorry, something went wrong.
我尝试了一套组合仓库,最终build成功: allprojects { repositories { jcenter() maven { url 'http://maven.aliyun.com/nexus/content/groups/public' } maven { url "https://maven.google.com"} maven { url 'https://jitpack.io' } } }
allprojects { repositories { jcenter() maven { url 'http://maven.aliyun.com/nexus/content/groups/public' } maven { url "https://maven.google.com"} maven { url 'https://jitpack.io' } } }
No branches or pull requests
Could not find any version that matches com.android.support:appcompat-v7:19.+.
The text was updated successfully, but these errors were encountered: