Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bradrice/baff5ffbe438d5d583de32e8ced509bf to your computer and use it in GitHub Desktop.
Save bradrice/baff5ffbe438d5d583de32e8ced509bf to your computer and use it in GitHub Desktop.
Log from ns build android
Searching for devices...
Copying template files...
Platform android successfully added. v8.7.0
Preparing project...
webpack is watching the files...
assets by path assets/ 246 KiB
assets by path assets/data/ 176 KiB 28 assets
assets by path assets/img/ 43.1 KiB 8 assets
asset assets/css/iconmoon.css 26.9 KiB [emitted] [from: app/assets/css/iconmoon.css] [copied]
assets by path fonts/ 6.02 MiB
assets by path fonts/*.ttf 1.85 MiB 4 assets
assets by path fonts/*.otf 4.17 MiB
asset fonts/Font Awesome 6 Pro-Regular-400.otf 2.27 MiB [emitted] [from: app/fonts/Font Awesome 6 Pro-Regular-400.otf] [copied]
asset fonts/Font Awesome 6 Pro-Solid-900.otf 1.9 MiB [emitted] [from: app/fonts/Font Awesome 6 Pro-Solid-900.otf] [copied]
asset fonts/fontname.py 4.71 KiB [emitted] [from: app/fonts/fontname.py] [copied]
assets by path *.js 22.4 MiB
asset vendor.js 20.5 MiB [emitted] (name: vendor) (id hint: defaultVendor)
asset bundle.js 1.79 MiB [emitted] (name: bundle)
asset runtime.js 89.1 KiB [emitted] (name: runtime)
asset tns_modules/inspector_modules.js 1.22 KiB [emitted] (name: tns_modules/inspector_modules)
Entrypoint bundle 22.4 MiB = runtime.js 89.1 KiB vendor.js 20.5 MiB bundle.js 1.79 MiB
Entrypoint tns_modules/inspector_modules 20.6 MiB = runtime.js 89.1 KiB vendor.js 20.5 MiB tns_modules/inspector_modules.js 1.22 KiB
runtime modules 25.5 KiB 14 modules
orphan modules 6.95 KiB [orphan] 7 modules
modules by path ./node_modules/ 6.68 MiB
javascript modules 6.42 MiB 742 modules
json modules 273 KiB
modules by path ./node_modules/mdn-data/css/*.json 242 KiB 3 modules
modules by path ./node_modules/css-tree/ 30.7 KiB
./node_modules/css-tree/package.json 1.65 KiB [built] [code generated]
./node_modules/css-tree/data/patch.json 29 KiB [built] [code generated]
modules by path ./app/ 566 KiB 107 modules
external "~/package.json" 42 bytes [optional] [built] [code generated]
webpack 5.88.2 compiled successfully in 9929 ms
Webpack compilation complete. Watching for file changes.
Built aar for @nativescript/core
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Built aar for @nativescript-community/gesturehandler
Updating runtime package.json with configuration values...
Project successfully prepared (android)
Building project...
Gradle build...
+ setting applicationId
+ applying user-defined configuration from /Users/brice/source/repos/classappnativescript/app/App_Resources/Android/app.gradle
+ adding nativescript runtime package dependency: nativescript-optimized-with-inspector
+ adding aar plugin dependency: /Users/brice/source/repos/classappnativescript/node_modules/@nativescript/core/platforms/android/core.aar
+ adding aar plugin dependency: /Users/brice/source/repos/classappnativescript/node_modules/@nativescript/core/platforms/android/widgets-release.aar
+ adding aar plugin dependency: /Users/brice/source/repos/classappnativescript/node_modules/nativescript-ui-core/platforms/android/TNSCore-release.aar
+ adding aar plugin dependency: /Users/brice/source/repos/classappnativescript/node_modules/nativescript-ui-listview/platforms/android/TNSListView-release.aar
+ adding aar plugin dependency: /Users/brice/source/repos/classappnativescript/node_modules/nativescript-ui-sidedrawer/platforms/android/TNSSideDrawer-release.aar
+ adding aar plugin dependency: /Users/brice/source/repos/classappnativescript/node_modules/@nativescript-community/gesturehandler/platforms/android/gesturehandler.aar
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Project successfully built.
Build time: 25.389 s.
The build result is located at: /Users/brice/source/repos/classappnativescript/platforms/android/app/build/outputs/apk/debug/app-debug.apk
Installing on device emulator-5554...
Successfully installed on device with identifier 'emulator-5554'.
Restarting application on device emulator-5554...
in app config: dev
LOG [HMR][e26ac45c75d09b750833] boot | HMR Enabled - waiting for changes...
device: emulator-5554 debug port: 40000
To start debugging, open the following URL in Chrome:
devtools://devtools/bundled/inspector.html?ws=localhost:40000
Successfully synced application com.toolingu.class2tns on device emulator-5554.
LOG In app component
LOG Angular is running in development mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment