【发布时间】:2015-07-06 19:12:48
【问题描述】:
我正在尝试添加实例 ID(最后一行)
dependencies {
//Basic Google libs
compile 'com.android.support:support-v4:+'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.google.android.gms:play-services-base:7.5.0'
compile 'com.google.android.gms:play-services-gcm:7.5.0'
compile 'com.google.android.gms:play-services-location:7.5.0'
compile 'com.google.android.gms:play-services-maps:7.5.0'
compile 'com.google.android.gms:play-services-wallet:7.5.0'
compile 'com.google.android.gms.iid:7.5.0'
}
但我不断得到:
错误:无法解决:com.google.android.gms.iid:7.5.0:
有什么线索吗?
【问题讨论】:
标签: android android-studio google-play-services