SocialSdkLibrary icon indicating copy to clipboard operation
SocialSdkLibrary copied to clipboard

依赖集成没有微博sdk

Open jyjiawohao opened this issue 5 years ago • 2 comments

  • What went wrong: Could not determine the dependencies of task ':app:processDebugResources'.

Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. Could not find com.sina.weibo.sdk:core:4.4.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/sina/weibo/sdk/core/4.4.0/core-4.4.0.pom - https://dl.google.com/dl/android/maven2/com/sina/weibo/sdk/core/4.4.0/core-4.4.0-openDefaultRelease.aar - https://jcenter.bintray.com/com/sina/weibo/sdk/core/4.4.0/core-4.4.0.pom - https://jcenter.bintray.com/com/sina/weibo/sdk/core/4.4.0/core-4.4.0-openDefaultRelease.aar - https://jitpack.io/com/sina/weibo/sdk/core/4.4.0/core-4.4.0.pom - https://jitpack.io/com/sina/weibo/sdk/core/4.4.0/core-4.4.0-openDefaultRelease.aar - https://repo.maven.apache.org/maven2/com/sina/weibo/sdk/core/4.4.0/core-4.4.0.pom - https://repo.maven.apache.org/maven2/com/sina/weibo/sdk/core/4.4.0/core-4.4.0-openDefaultRelease.aar - https://dl.bintray.com/zfy/maven/com/sina/weibo/sdk/core/4.4.0/core-4.4.0.pom - https://dl.bintray.com/zfy/maven/com/sina/weibo/sdk/core/4.4.0/core-4.4.0-openDefaultRelease.aar Required by: project :app > com.zfy:social-sdk-weibo:1.1.0

jyjiawohao avatar Apr 07 '20 15:04 jyjiawohao

我非常怀疑微博那边开发又把原来的弄没了,之前出过一次这问题,强制让升级,回头我看下升级到最新版吧

chendongMarch avatar Apr 10 '20 06:04 chendongMarch

应该是没设置微博的maven库 maven { url "https://dl.bintray.com/thelasterstar/maven/" }

sanousun avatar May 21 '20 13:05 sanousun