Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

How to setup project

Hossain Khan edited this page May 5, 2013 · 2 revisions

Importing google play services lib

This app request google play services lib.

  1. Select File > Import > Android > Existing Android Code Into Workspace and click Next.
  2. Select Browse..., enter <android-sdk-folder>/extras/google/google_play_services/libproject/google-play-services_lib, and click Finish.

Importing application to eclipse

  1. Clone project using git https://github.com/liquidlabs/android-speedtest-mapper.git into your filesystem.
  2. Select File > Import > Android > Existing Android Code Into Workspace and click Next.
  3. Select Browse..., enter location to cloned project, and click Finish.
  4. Select Project > Properties, select Android, and navigate to Library.
  5. Remove google-play-services_lib library if it has incorrect path and follow next instruction.
  6. From Library, select Add, from the list select google-play-services_lib that you have imported, and click OK.
  7. Add your own Google Maps Android API key in AndroidManifest.xml.
  8. Select Run > Run to test the speedtest visualizer app.

Guides source: https://developers.google.com/maps/documentation/android/intro#sample_code

Clone this wiki locally