I have tried download the latest version on the sdk manager, but is still not working. I have seen other posts telling users to enter the following...
compile 'com.google.android.gms:play-services:4.2.+'
I do not understand where to enter it. I tried in the terminal feature of the android studio but it gives me a bash "command not found" error.
if it matters I am trying to implement the example maps that android studio gives you when you begin a new project.
If you are using
Android Studio
open thebuild.gradle
file and enter insidedependencies
more info Add Google Play Services to Your Project