You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/angular-meteor/client/content/tutorials/socially/angular2/tutorials.socially.angular2.step_11.md
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,8 @@ You can find more information about Cordova integration with Meteor [here](https
20
20
21
21
### Running on Android Emulator
22
22
23
-
In the terminal, go to your app folder and type:
23
+
Follow this [instruction](https://github.com/meteor/meteor/wiki/Mobile-Development-Install:-Android-on-Mac) to install all of the necessary tools to build an Android app from your project.
24
24
25
-
meteor install-sdk android
26
-
27
-
This will help you install all of the necessary tools to build an Android app from your project.
28
25
When you are done installing everything, type:
29
26
30
27
meteor add-platform android
@@ -52,11 +49,9 @@ The app will be built and installed on your device. If you want to point your ap
52
49
53
50
If you have a Mac, you can run your app inside the iOS simulator.
54
51
55
-
Go to your app folder and type:
56
-
57
-
meteor install-sdk ios
52
+
Follow this [instruction](https://github.com/meteor/meteor/wiki/Mobile-Development-Install:-iOS-on-Mac) to run you through the setup necessary to build an iOS app from your project.
58
53
59
-
This will run you through the setup necessary to build an iOS app from your project. When you're done, type:
0 commit comments