Skip to content
New issue

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

build error #61

Open
YiZhiWN opened this issue Oct 16, 2019 · 2 comments
Open

build error #61

YiZhiWN opened this issue Oct 16, 2019 · 2 comments

Comments

@YiZhiWN
Copy link

YiZhiWN commented Oct 16, 2019

Could not find any version that matches com.android.support:appcompat-v7:19.+.

@RudBob
Copy link

RudBob commented Aug 21, 2020

这个可以通过修改maven地址来解决,在build.gradle中修改:
maven { url "https://maven.google.com" }

@RudBob
Copy link

RudBob commented Aug 21, 2020

我尝试了一套组合仓库,最终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' } } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants