0

I know we can use nexus 7 or 5 for test the Google fit API. I like to know is there way to test the Google fit API in emulator. I need to explain the reason to my client. So please guide me in the right way. Sorry for my bad English.

Rakki s
  • 1,426
  • 1
  • 18
  • 42
  • Create emulator wit google API. Read http://theopentutorials.com/tutorials/android/how-to-create-android-avd-emulator-in-eclipse/ – Pankaj Kumar Sep 02 '14 at 05:46
  • Thanks for the replay. I want to test google fit api which is a part of google play service and it need android L OS. So when i try sample app with emulator it show some error. – Rakki s Sep 02 '14 at 05:49

1 Answers1

0

Set up an AVD for AndroidL

You can set up Android Virtual Devices (AVD) and use the emulator to build and test apps with the L Preview.

To create an AVD with the AVD Manager:

Install the L Preview SDK in your development environment, as described in Setting Up the Preview SDK.

Follow the steps in Managing AVDs with AVD Manager.

Use the following settings:

  • Device: Either Nexus 5 or Nexus 7
  • Target: Android L (Preview) - API Level L

Reference : Setting Up the L Developer Preview SDK

Pankaj Kumar
  • 81,967
  • 29
  • 167
  • 186