依赖集成没有微博sdk
- 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
我非常怀疑微博那边开发又把原来的弄没了,之前出过一次这问题,强制让升级,回头我看下升级到最新版吧
应该是没设置微博的maven库 maven { url "https://dl.bintray.com/thelasterstar/maven/" }