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
Actual output - 2 pages of typescript watcher messages making it hard to inspect the log:
Skipping prepare.
Building project...
Gradle build...
+ setting applicationId
+ applying user-defined configuration from C:\Users\stratev\Documents\apps\spam\App_Resources\Android\app.gradle
Using support library version 28.0.0
+ adding nativescript runtime package dependency: nativescript-optimized-with-inspector
+ adding aar plugin dependency: C:\Users\stratev\Documents\apps\spam\node_modules\tns-core-modules-widgets\platforms\android\widgets-release.aar
14:30:00 - Found 0 errors. Watching for file changes.
14:30:01 - Found 0 errors. Watching for file changes.
[..... Repeated 14 more times .....]
14:30:25 - Found 0 errors. Watching for file changes.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
14:30:26 - Found 0 errors. Watching for file changes.
14:30:31 - Found 0 errors. Watching for file changes.
14:30:40 - Found 0 errors. Watching for file changes.
14:30:51 - Found 0 errors. Watching for file changes.
14:30:55 - Found 0 errors. Watching for file changes.
14:30:57 - File change detected. Starting incremental compilation...
14:30:57 - Found 0 errors. Watching for file changes.
[..... Repeated 16 more times .....]
Project successfully built.
Steps to reproduce:
tns create --ng spam cd spam/ tns run android
Expected output - normal build log
Actual output - 2 pages of typescript watcher messages making it hard to inspect the log:
Package.json contents:
The text was updated successfully, but these errors were encountered: