This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
How to setup project
Hossain Khan edited this page May 5, 2013
·
2 revisions
This app request google play services lib.
- Select
File > Import > Android > Existing Android Code Into Workspace
and clickNext
. - Select
Browse...
, enter<android-sdk-folder>/extras/google/google_play_services/libproject/google-play-services_lib
, and clickFinish
.
- Clone project using git
https://github.com/liquidlabs/android-speedtest-mapper.git
into your filesystem. - Select
File > Import > Android > Existing Android Code Into Workspace
and clickNext
. - Select
Browse...
, enter location to cloned project, and clickFinish
. - Select
Project > Properties
, selectAndroid
, and navigate toLibrary
. - Remove
google-play-services_lib
library if it has incorrect path and follow next instruction. - From
Library
, selectAdd
, from the list selectgoogle-play-services_lib
that you have imported, and clickOK
. - Add your own Google Maps Android API key in
AndroidManifest.xml
. - Select
Run > Run
to test the speedtest visualizer app.
Guides source: https://developers.google.com/maps/documentation/android/intro#sample_code