I\'m kind of lost right now. I\'m implementing an Android application using Google maps.
In order to make it work I followed some tutorials which were pretty efficie
using android studio, the only thing that helped me was to reduce the google play services version in the gradle file from the last version to this:
compile 'com.google.android.gms:play-services:4.2.+'
(ofcourse,this is a temporary "bypass" to enable you continue running)