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: README.md
+27-3
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The NativeScript CLI lets you create, build, and deploy NativeScript-based proje
22
22
* [Deploy Your Project](#deploy-your-project)
23
23
* [Emulate Your Project](#emulate-your-project)
24
24
* [Run Your Project](#run-your-project)
25
+
*[Troubleshooting](#troubleshooting)
25
26
*[Known Issues](#known-issues)
26
27
*[How to Contribute](#how-to-contribute)
27
28
*[License](#license)
@@ -130,7 +131,7 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, Ap
130
131
```Shell
131
132
android update sdk
132
133
```
133
-
1. Select all packages for the Android 19 SDK and any other SDKs that you want to install and click **Install**.
134
+
1. Select all packages for the Android 19 SDK and any other SDKs that you want to install, click **Install** and wait for the installation to complete.
134
135
135
136
## OS X
136
137
@@ -157,7 +158,7 @@ Path to the platform-tools subdirectory in the Android SDK installation director
To check if your system is configured properly, run the following command.
220
+
221
+
```Shell
222
+
tns doctor
223
+
```
224
+
218
225
## Configure Proxy Usage
219
226
220
227
If you are working with the NativeScript CLI behind a web proxy, you might need to configure your proxy settings.
@@ -484,6 +491,21 @@ tns run ios --emulator
484
491
485
492
[Back to Top][1]
486
493
494
+
Troubleshooting
495
+
===
496
+
497
+
If the NativeScript CLI does not behave as expected, you might be facing a configuration issue. For example, a missing `JAVA` path. To check if your system is configured properly for the NativeScript CLI, run the following command.
498
+
499
+
```bash
500
+
tns doctor
501
+
```
502
+
503
+
This command prints warnings about current configuration issues and provides basic information about how to resolve them.
504
+
505
+
If addressing the configuration issues does not resolve your problem, you can [report an issue](CONTRIBUTING.md#report-an-issue) or [post in the NativeScript page in Google Groups](https://groups.google.com/forum/#!forum/nativescript).
506
+
507
+
[Back to Top][1]
508
+
487
509
Known Issues
488
510
===
489
511
@@ -494,6 +516,8 @@ Known Issues
494
516
1. Provide your authentication credentials for accessing the Internet.
495
517
1. Run the terminal and continue working with the NativeScript CLI.
496
518
519
+
[Back to Top][1]
520
+
497
521
How to Contribute
498
522
===
499
523
@@ -528,4 +552,4 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
0 commit comments