You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated to 4.2.4 and the bug still happens. My app is still re-installing every time I save. Also since updated my whole app has slowed down significantly. It previously took around 8 seconds to save, now it takes 45 seconds? I have Webpack installed as well.
Hi @Aceman18,
There might be a couple of reasons that cause that behavior and are out of our control. For example there is a size limit of the (...)/data/local/tmp folder in some Android devices and when this limit is reached on the device, the CLI can't work properly.
If cleaning up the (...)/data/local/tmp folder doesn't solve the issue please run the command with --log trace > clilog.txt at the end and then modify something in the project in order to trigger a livesync operation. This will produce a clilog.txt file in the application directory. Please attach the log file to your response.
@KristianDD Over the last few days it seems to be working fine. Maybe it was that one day? But its fine now. Thank you for taking the time to write the response.
Please, provide the details below:
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Yes
Tell us about the problem
When a change is made the application gets installed every time. Previously sync changes are overwritten.
Which platform(s) does your issue occur on?
Android Pie
Windows workstation
Please provide the following version numbers that your issue occurs with:
tns --version
to fetch it)node_modules/tns-core-modules/package.json
file in your project)"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)package.json
file of yourproject)
Please tell us how to recreate the issue in as much detail as possible.
tns run android
with Android P device on a Windows workstation.Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Consider using the playground to provide the code you have issues with.
The text was updated successfully, but these errors were encountered: