-
-
Notifications
You must be signed in to change notification settings - Fork 197
Application entry point file not found... when using livesync (android) #1332
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
Found the problem : @app.js, application.cssFile = "app.css"; // was using Nathanael Livesync plugin should be application.cssFile = "./app.css"; |
I tried using tns build android and the error come back on android 4.4.4, I check the package.json in the app directory and it is already correct : { |
Hi @x4080 , |
Yes sir, tns livesync android on 4.4, nexus 7 and genymotion.. Everything good for lollipop and marshmallow. Strangely the work around is using --watch :) |
Oh forgot, it happened when app open then we press the home button, then app error happened |
Ok, I've reproduced the issue. Here's the description of the problem (writing it down so I'm sure I'll not forget it): @x4080 thanks for the detailed steps to reproduce. The workaround is to use |
Thanks again, but I use tns livesync android --watch for workaround since tns run android will be too slow :) But why is it happened only on 4.4 ? |
Well, it could happen on various devices. When using Genymotion I've reproduced it on all devices, no mater which is the Android version. |
TNS 1.5, my steps :
I think in 1.4 it works ok
Is it only me ? Thanks
EDIT : in 4.4.4 (nexus 7), but in 6.0 (nexus 5) no error
The text was updated successfully, but these errors were encountered: