Google Play サービス rev を使用したクリーンな Android プロジェクトがあります。こちらの手順に従って、SDK マネージャーを使用して 13 をインストールします。
私のbuild.gradle
ファイルは次のとおりです。
dependencies {
compile 'com.google.android.gms:play-services:4.0.30'
}
ただし、このアプリをビルドしようとすると、
Gradle: A problem occurred configuring project ':Maple'.
> Failed to notify project evaluation listener.
> Could not resolve all dependencies for configuration ':Maple:_DebugCompile'.
> Could not find com.google.android.gms:play-services:4.0.30.
Required by:
MapleProject:Maple:unspecified