-
-
Notifications
You must be signed in to change notification settings - Fork 197
Run / Livesync Not Working For Android On 2.5.2 #2795
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
Can you reproduce the issue with hello-world application? Can you also give it a try on real device or default Android Studio emulators? |
From @loadchief on March 4, 2017 18:5 I had the same issue that Nic describes above. |
@nraboy @loadchief Please post |
From @loadchief on March 4, 2017 19:44 |
From @nraboy on March 4, 2017 22:41 I'm wondering if the
I tried a fresh project and it worked. I tried a different project of mine and it worked. Any suggestions @dtopuzov? It might not be isolated to only that plugin and in any case, it prevents all possible development with NativeScript. Best, |
From @roblav96 on March 6, 2017 19:12 @nraboy @dtopuzov @loadchief |
From @alexziskind1 on March 9, 2017 23:43 I have the same thing happening with one of my demo apps on my Mac with Genymotion. But when I try it with a hello world template, it works as expected. |
From @JamesLM on March 10, 2017 8:20 We are also using Mapbox and assumed it was also causing the issue, however @roblav96's solution worked for us. i.e. App_Resources/Android/app.gradle android.applicationId didn't match the nativescript.id in package.json. Manually changing these to match solved the issue. |
From @gaurav-chandra on May 8, 2017 7:27 a hello world tns 3 ng app is not live syncing for me too on android. |
@gaurav-chandra Can you please give us some more details, please post your exact package.json and tns version. |
From @gaurav-chandra on May 9, 2017 5:7
|
From @carrbrpoa on May 9, 2017 20:2 Same problem that @gaurav-chandra pointed; tns 3.0.0. But, in my case, it only doesn't works with angular templates (which I'm giving .html extension) and CSS. I'm running with package.json:
|
@gaurav-chandra @carrbrpoa your issue looks to be same as #2780 @loadchief you posted package.json inside your app folder, can you please post the one at project root level if you still experience the issue. @nraboy I see you use |
@dtopuzov yes, it works not on 3.0.1 |
@dtopuzov, I noticed HTML do refreshes the app, but CSS no not. Is it the expected? |
@carrbrpoa can you reproduce it on hello-world app? I can not reproduce with those steps:
Can you provide steps how to reproduce the issue? |
@dtopuzov, actually now I'm not being able to run |
Hi @carrbrpoa I think for CSS you hit this case: #2780 (comment) |
From @nraboy on March 3, 2017 3:4
Please, provide the details below:
This issue has existed since 2.5.0, and was tested in 2.5.2 without success. Both myself and another user are using Genymotion and trying to deploy our application using the following command:
The application deploys to the simulator the first time, but does not open on the simulator. Saving changes seems to trigger a rebuild process, but it never seems to make it to the simulator.
Everything works fine on iOS.
Did you verify this is a real problem by searching [Stack Overflow]
Didn't check. Experiencing the problem first hand on Mac and Windows when it worked fine prior to 2.5.0.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
CLI: 2.5.2
Mac El Capitan
Windows 10
Please tell us how to recreate the issue in as much detail as possible.
Try to deploy on Genymotion. Try to save project and redeploy to Genymotion.
Copied from original issue: NativeScript/NativeScript#3734
The text was updated successfully, but these errors were encountered: