Simply just created a new blank GoogleMaps activity, when I go to run the emulator, the emulator displays..
Heres what I have installed in the SDK manager..
and here's the latest message I get in the monitor when I try and run the app...
06-30 15:46:42.388 2783-2783/jackc.mapslesson W/GooglePlayServicesUtil: Google Play services out of date. Requires 9256000 but found 9080470
In SDK Tools I have it installed
and in extras...
Only fix I have currently found is in the Module grade, where it says...
compile 'com.google.android.gms:play-services:9.2.0'
If I change it to...
compile 'com.google.android.gms:play-services:9.0.2'
It then works, why is this? and is there a fix so that it works on 9.2.0?