2014-04-15 5 views
0

Android Studio에서 다른 gradle 기반 프로젝트를 실행할 수 있지만이 특정 앱 (https://github.com/google/iosched)은 Android Studio에서 올바르게 가져 오지 않습니다. 내가 github에서 그것을 복제하고, 내가 build.gradle 파일을 사용하여 android studio로 가져올 때, gradle sync error가 실행되는 것을 차단합니다.Android Studio의 Gradle sync 오류

"com.google.androis.gms 일치하는 버전을 찾을 수 없습니다 : 플레이 서비스 : 3+"

가 androis 스튜디오에서이 응용 프로그램을 실행하는 데 필요한 Gradle을의 특정 버전이 있습니까? 현재 컴퓨터에 gradle v1.9가 설치되어 있습니다. 필요한 gradle 수정 방법을 제안하십시오.

+0

를 사용할 수 있습니까? – Libin

답변

0

androidtypo이없고 androis에 오류가 있습니다. 또한

compile 'com.google.android.gms:play-services:3+' 

-services하지 service

com.google.androis.gms:play-service:3+ 

변경 그것은 또한 내 대답은 당신이 도움이됩니까 최신 버전

compile 'com.google.android.gms:play-services:4.3.23' 
관련 문제