-
-
Notifications
You must be signed in to change notification settings - Fork 197
tns now seems to be caching things where it shouldn't #943
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
Hi @sitefinitysteve, |
I'm on {N} 1.3, I have done tns remove\add android multiple times to try to fix it. So I encountered this this morning as well, and this is what I noticed
Now I also noticed that my segmentedbar selectedIndexChanged event is also not firing (one of the reasons I needed to debug) tns doctor reports Version strings are not in the same format doctor┌─────────┬──────────────┐ |
Hi @sitefinitysteve |
Okay, FYI gradle installs via chocolaty to 2.2.1 per the docs, 2.2.3 (or latest) hasn't been released yet...maybe update the docs to just install manually? Updating now |
No issues with 2.2.7 all last night figers crossed I will close as to not clog up the works |
Adding a note for those driving by, if installing gradle with homebrew, be sure to update your brew to get the latest formulas, then upgrade your gradle to 2.7. Feel free to reclose |
Okay, it's happening right now I added this to my script (wanted to inspect the searchBar object) tns debug android ...no "debugger" in the result tns run android ...still no "debugger" in the result |
Hi @sitefinitysteve, We've found the problem on our side and we're working on the fix. As a workaround I can suggest you to do the following:
The another option is to execute Hope this will help you. |
I am so happy! Thanks @Fatme ...will close, hope this makes 1.4 |
Due to some policy restrictions on devices with apilevel 21+, android runtime is not able to delete sync directories. This way if some files are changed after livesync, changes are not applied on the device. Fixes #943
Due to some policy restrictions on devices with apilevel 21+, android runtime is not able to delete sync directories. This way if some files are changed after livesync, changes are not applied on the device. Fixes #943
Due to some policy restrictions on devices with apilevel 21+, android runtime is not able to delete sync directories. This way if some files are changed after livesync, changes are not applied on the device. Fixes #943
I've been struggling all night with my 1.3 app (was fine on 1.2)
Seems that when I change things like adding\removing a style.xml file in App_Resources the only way to get NS to update is to platform remove\add android back in.
Worse was upgrading from 1.2 to 1.3 the entire app, all my custom scripts and views were all cached and loading old versions. I could change style colors in styles.xml, they get reflected, but any of my views or scripts all ran\debugged as if I changed nothing. However if I formed invalid xml, well then that would crash the thing, but any other changes wouldn't show up. tns debug even showed me I was CLEARLY on the old scripts as well.
CONFUSED
The text was updated successfully, but these errors were encountered: