级同步在添加:后失败
错误:未能解决: com.microsoft.appcenter:appcenter-analytics:1.5.0
def appCenterSdkVersion = '1.5.0'
implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"发布于 2018-05-15 13:57:04
最后,我把这个添加到我最底层的压舱中:
allprojects {
repositories {
google()
jcenter()
}
}我相信这是因为我的等级很老,而且可能不标准。
https://stackoverflow.com/questions/50352128
复制相似问题