简体   繁体   中英

Error to install the Google Play Service in Android Studio

I got a error in the Android Studio, I'm trying install the google play services because I want work with google maps, but it's throwing a error:

Downloading Google Play services, revision 29 Failed to create directory C:\\Program Files (x86)\\MySQL\\MySQL Server 5.7\\temp Done. Nothing was installed.

Somebody have some knowledge about this? Thank You.

Did you add play services dependencies in your apps gradle? compile 'com.google.android.gms:play-services:8.4.0' ... also refere here to set up google play services https://developers.google.com/android/guides/setup#add_google_play_services_to_your_project

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM