Showing posts with label Google Maps Android API v2. Show all posts
Showing posts with label Google Maps Android API v2. Show all posts

Android Emulator now support Google Play services SDK

As in the beginning of the year "Google Play services is not supported on the Android emulator". With Android SDK updated, Google Play services SDK is now supported in Android Emulator with AVD that runs the Google APIs platform based on Android 4.2.2 or higher.

If you want to test your app on the emulator, run Android SDK Manager, expand the directory for Android 4.2.2 (API 17) or a higher version, select Google APIs, and install it. Then create a new AVD with Google APIs as the platform target.

Note: Only Android 4.2.2 and higher versions of the Google APIs platform include Google Play services.

Reference: Setup Google Play Services SDK

Remark: Unfortunately, I cannot run my Google Maps Android API V2 examples on Emulator caused by "Google Play services out of date..."!

When Android Meets Maps, Google I/O 2013 video



Build intuitive and compelling mobile map apps with the Google Maps Android API. This session will demonstrate innovative ways to integrate maps and Android sensors with Google services on Android. We will explore concepts on visualizing contextual, personalized and timely information.



Related: A simple example using Google Maps Android API v2

Kick-start Google Maps Android API v2 Development


Shortcuts: Kick-start Google Maps Android API v2 Development

In this Shortcuts episode, Chris Broadfoot shows how to get started with Google Maps Android API v2 in five minutes or less with his Android "hellomap" bootstrap project for Eclipse, IntelliJ, or Ant.

http://github.com/googlemaps/hellomap-android




My series:
A simple example using Google Maps Android API v2, step by step.