-
-
Notifications
You must be signed in to change notification settings - Fork 197
Command failed due to space in file path #470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's happening because you have a space in your windows username. Not sure how it'd be fixed though 😮 |
Hi @Lukosenka, we have reproduced the issue on our side and will fix it in one of our next public releases. |
Thank you very much, can't wait to start app developing. 👍 |
Hi @Lukosenka, |
This issue is still exist. As I'm learning the Nativescript's Hello World but in 2nd step I stucked in "tns platform add android" it gives me the same error even I have set environmental variable for Android SDk but still getting this error dont know why? |
Hello @saadeez, please run |
When CLI is installed in directory, which has space (or the path above this dir has spaces) and android-sdk is not installed, we are trying to execute adb from our resources. This is failing due to missing `"` in our commands. Fixes NativeScript/nativescript-cli#470
When CLI is installed in directory, which has space (or the path above this dir has spaces) and android-sdk is not installed, we are trying to execute adb from our resources. This is failing due to missing `"` in our commands. Fixes #470
When CLI is installed in directory, which has space (or the path above this dir has spaces) and android-sdk is not installed, we are trying to execute adb from our resources. This is failing due to missing `"` in our commands. Fixes #470
The steps to reproduce this issue are:
|
The error occurs with most of the commands.
The text was updated successfully, but these errors were encountered: