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
tns build works by always overwriting files in the app directory and then spawning ant to do the actual building. This way ant always sees new files and cannot trigger an incremental build.
Improvement strategies
We can improve the situation in two ways:
tns prepare become "smarter" and only copies files newer than existing apk. This makes tns dangerously close to a build system which we should avoid.
Issue
Android build are unnecessary long: 12s or more.
tns build works by always overwriting files in the app directory and then spawning ant to do the actual building. This way ant always sees new files and cannot trigger an incremental build.
Improvement strategies
We can improve the situation in two ways:
This issue supersedes NativeScript/android#60 .
The text was updated successfully, but these errors were encountered: