Skip to content

Commit d5180d6

Browse files
Sequoiasuperkhau
authored andcommitted
1 parent 5f680a6 commit d5180d6

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

README.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,42 @@ LoopBack Open Node.js Mobile API Middle tier.
66

77
## Setting up the Development Environment
88

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.
2424
* Run File > Import
2525
* Select Android > Existing Android Code Into Workspace
2626
* 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+
```
3031
* Select google-play-services_lib for import
3132
* Check "Copy projects into workspace"
3233
* Click "Finish".
3334
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
3738
* In the Package Explorer, select LoopbackGuideApplication
3839
* Run File &gt; Project Properties
3940
* Select Android
4041
* 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.
4445
4546
---
4647

0 commit comments

Comments
 (0)