Does 'Maps SDK for Android v.3.0.0 BETA' work on devices without Google Play Services?
From the doc:
Version 3.0.0 beta of the Maps SDK for Android is a new implementation with the same API surface as the previous version (...). The main areas of change are as follows:
- The Maps SDK for Android is now distributed via a standalone static library. Previously, the Maps SDK for Android was made available as part of Google Play services.
I have followed the guide and run these new maps on an emulator without Google Play Services. The app opens fine but the map view doesn't display the map of an area. Instead, the map view shows the following text: This app won't run without the Google Play services.
My take is that this static library won't work on devices without the Google Play Services (e.g: Amazon Fire tablets, newest Huawei phones, etc)