@@ -6,41 +6,42 @@ LoopBack Open Node.js Mobile API Middle tier.
6
6
7
7
## Setting up the Development Environment
8
8
9
- 1 . Install [ Eclipse Android Development Tools] ( http://developer.android.com/sdk/index.html )
10
- 1 . Open Window > ; Android SDK Manager, make sure you have these modules
11
- installed:
12
- * Tools > ; Android SDK Platform-tools 18 or newer
13
- * Tools > ; Android SDK Build-tools 18 or newer
14
- * Android 4.3 (API 18) > ; SDK Platform
15
- * Extras > ; Google Play Services
16
- 1 . Import the Android project in this directory:
17
- * Run File > ; Import
18
- * Select Android > ; Existing Android Code Into Workspace
19
- * Choose the directory where you have the Getting Started application.
20
- * Select LoopBackExample for import
21
- 1 . Import Google Play services library project into your workspace. The
22
- project is located inside the directory where you have installed i
23
- the Android SDK.
9
+ 1 . Install [ Eclipse Android Development Tools] ( http://developer.android.com/sdk/index.html )
10
+ 1 . Open Window > ; Android SDK Manager, make sure you have these modules
11
+ installed:
12
+ * Tools > ; Android SDK Platform-tools 18 or newer
13
+ * Tools > ; Android SDK Build-tools 18 or newer
14
+ * Android 4.3 (API 18) > ; SDK Platform
15
+ * Extras > ; Google Play Services
16
+ 1 . Import the Android project in this directory:
17
+ * Run File > ; Import
18
+ * Select Android > ; Existing Android Code Into Workspace
19
+ * Choose the directory where you have the Getting Started application.
20
+ * Select LoopBackExample for import
21
+ 1 . Import Google Play services library project into your workspace. The
22
+ project is located inside the directory where you have installed i
23
+ the Android SDK.
24
24
* Run File > ; Import
25
25
* Select Android > ; Existing Android Code Into Workspace
26
26
* Go to
27
- ```
28
- <android-sdk >/extras/google/google_play_services/libproject/google-play-services_lib/
29
- ```
27
+
28
+ ```
29
+ <android-sdk>/extras/google/google_play_services/libproject/google-play-services_lib/
30
+ ```
30
31
* Select google-play-services_lib for import
31
32
* Check "Copy projects into workspace"
32
33
* Click "Finish".
33
34
34
- See this page for more details:
35
- [ Set Up Google Play Services SDK] ( http://developer.android.com/google/play-services/setup.html )
36
- 1 . Add google-play-services\_ lib as a build dependency of the Guide Application
35
+ See this page for more details:
36
+ [Set Up Google Play Services SDK](http://developer.android.com/google/play-services/setup.html)
37
+ 1. Add google-play-services\_lib as a build dependency of the Guide Application
37
38
* In the Package Explorer, select LoopbackGuideApplication
38
39
* Run File > Project Properties
39
40
* Select Android
40
41
* In the Library frame, click on "Add..." and select google-play-services_lib
41
- 1 . Obtain an API key for Google Maps Android API v2
42
- [ instructions] ( https://developers.google.com/maps/documentation/android/start#obtaining_an_api_key )
43
- and enter it into AndroidManifest.xml.
42
+ 1. Obtain an API key for Google Maps Android API v2
43
+ [instructions](https://developers.google.com/maps/documentation/android/start#obtaining_an_api_key)
44
+ and enter it into AndroidManifest.xml.
44
45
45
46
---
46
47
0 commit comments