-
-
Notifications
You must be signed in to change notification settings - Fork 197
Always get Application entry point file not found #2372
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
By inspecting the apk, it seems that the |
Hey @michaellee8 As suggested here a possible reason for this issue is using incompatible Node.js version. Can you try updating to the latest stable versions (at this point 6.9.2) and also try the steps suggested in the linked issue. |
I have v7.3.0 here, is it a problem? |
@michaellee8 at this moment only the LTS versions are officially supported and indeed there are some issues with the 7.x versions of Node.js. You can try to reinstall Node.js using 6.9.2 or if you want you can try a Node.js version manager like nvm or n (tools that allow you to have multiple Node.js versions and switch them with commands) |
@NickIliev I am on windows, how do I do it? It seems they are just for Unix. |
Still the same situation An uncaught Exception occurred on "main" thread. |
Hey @michaellee8 |
I am working on my own angular+nativescript app but found
Application entry point file not found
that even the bare project just rantns create --ng proj
andtns add platform android
show the error above every time I try to run it. Then I tried to test theangular-end
ofsample-Groceries
as well but the error still exists. It happens even when I use bare javascript from theend
branch.The text was updated successfully, but these errors were encountered: