saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

从昨天下午开始我的as怎么没法加载common 2.14.4的aar了 #547

Open PingWei1314 opened 4 years ago

PingWei1314 commented 4 years ago

Unable to resolve dependency for ':app@debug/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: app

ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: app

ERROR: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: app

ERROR: Unable to resolve dependency for ':app@release/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: app

ERROR: Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: app

ERROR: Unable to resolve dependency for ':libusbcamera@debug/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: libusbcamera

ERROR: Unable to resolve dependency for ':libusbcamera@debugAndroidTest/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: libusbcamera

ERROR: Unable to resolve dependency for ':libusbcamera@debugUnitTest/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: libusbcamera

ERROR: Unable to resolve dependency for ':libusbcamera@release/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: libusbcamera

ERROR: Unable to resolve dependency for ':libusbcamera@releaseUnitTest/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: libusbcamera

Shadowplay945 commented 4 years ago

maven { url 'https://raw.githubusercontent.com/saki4510t/libcommon/master/repository/' }

SoftwareME commented 4 years ago

maven { url 'https://raw.githubusercontent.com/saki4510t/libcommon/master/repository/' } 无法访问 需要翻墙么

Clark-caipeiyuan commented 4 years ago

Finally,how did you solve this problem?

shengjunhu commented 4 years ago

Finally,how did you solve this problem?

You can download from the author's common library under github

Shadowplay945 commented 4 years ago

Finally,how did you solve this problem?

You can download from the author's common library under github

maven { url 'https://raw.githubusercontent.com/saki4510t/libcommon/master/repository/' } 就是添加这个地址挂代理就能加载了

WestbrookZero commented 3 years ago

@vip553944427 请问要挂什么代理?

Clark-caipeiyuan commented 3 years ago

Finally,how did you solve this problem?

You can download from the author's common library under github

Thank you so much.I have solved this problem.