This is my problem:
E/MapActivity﹕ Couldn't get connection factory client
I do get mapView build, however no tiles, just grey background.
The thing that bugs me, that I'm compiling the same code which has an actuall production app on GPlay and Maps are working normaly.
The full story.
I got the app code some time ago, it was coded with Eclipse/Android SDK. Only now I needed to tweak some bits. I have imported the app into Android Studio 1.0 and it got only one error before running. Apparently proguard is now minifyEnabled. After this fix app compiled successfully.
I'm using Genymotion as emulator, so I was faced with:
Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY] aka No Google Play Services
After installing GPlay services for the emulator, everything runs fine, expect Map. It does run, just no tiles...
The API_KEY of courses exists in manifest and is a KEY for production build.
So, what I'm missing here? Why would the API_KEY which works for Google Play store not work for emulator?
Thanks everyone.