-
-
Notifications
You must be signed in to change notification settings - Fork 197
Livesync android device using 1.5 - ENAMTOOLONG error #1246
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
+1 same issue after updating to 1.5
also throws the same error.
is reporting no issues. I've also uninstalled the application on the device, then ran livesync to install it. Same result.
ends up with the error at FiberFuture.Future.wait (..\node_modules\nativescript\node_modules\fibers\future.js:535:15) |
+1 |
+1 My output http://pastebin.com/26KqbRzy |
I have setup nativescript 1.5 in a VM running Linux (Xubuntu 15.04) and the problem does not happen there. It's probably a windows related issue. |
Yea I think windows has a file path limit of 256 and it's an issue with On 8:43pm, Wed, Nov 25, 2015 Anderson Fortaleza notifications@github.com
|
Hi guys, |
I also get this issue - log ends with the same issue as @bradmartin -
|
Can this be prioritized and patched? LiveSync is dead on windows. Is there a workaround or anything, 'tns run' is just too time consuming. |
Hi @bradmartin ,
Now you can execute any tns command directly and the ENAMETOOLONG error should not exist anymore :) The official fix will be included in our incoming 1.5.1 release. |
Thanks for the steps to build the source. I forgot about, hopefully this will help the others. Thanks again! |
This comment was marked as abuse.
This comment was marked as abuse.
I think I tried that but still had the error @NathanaelA. I assumed I was doing something wrong. I'll try again and let you know if that works out. Can you confirm that the patch fixes this on windows or anyone else? |
If you want a hack solution, I just compiled the typescript files here and copied them over the javascript in \node_modules\nativescript\lib\common\mobile\android. I can confirm that the issue seems to be fixed on windows. |
Thanks @NathanelA and @Iyonzy. Using the nativescript.rocks build fixed it. I just had to find the folder where it was installing. It wasn't overwriting my Nativescript cli from 1.5 so I had to copy it over. Thanks again. |
From @GitCharm on November 25, 2015 10:53
Using NS 1.5 - calling tns livesync android using a connected android device is generating the following error:
Project successfully prepared
Transferring project files...
spawn ENAMETOOLONG
What does this mean and is there something I can change at my end?
Copied from original issue: NativeScript/NativeScript#1155
The text was updated successfully, but these errors were encountered: