-
Notifications
You must be signed in to change notification settings - Fork 43
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
可以换一个maven仓库地址吗? #32
Comments
我说我的AS怎么老是出现Failed to resolve: cn.bmob.android:bmob-sdk:3.6.8-rc2,原来是jcenter根本没有这个库 |
还总是连接超时,导致构建失败 |
解决办法,可以下载需要的aar文件直接放到项目的lib目录下,就不用每次来github查找了。我现在编译一次要30分钟,实在受不了 |
可以使用我创建的码云
|
数据服务SDK已经上传到jcenter仓库。 |
还可以用吗? |
码云不倒闭, 就一直可以用. 不过现在 |
官方只有新版,没有旧版 |
官方的maven仓库放在GitHub上面,这导致我每次在gradle中添加了新的依赖(即使只删掉了几个空格),Sync的时候都会需要两三分钟,是真的很费时间,即使是所有依赖已经下载到了本地,Sync的时候没有真正地去下载,也得一个一个去对比,不能放到maven中央仓库吗?真的感觉放在Github上面很另类
The text was updated successfully, but these errors were encountered: