NativeScript/nativescript-angular

HMR changes not reflecting on android emulator with NativeScript 8.0.0

tolapuramakrishna opened this issue · 1 comments

these are packages
"dependencies": {
"@angular/animations": "~11.2.7",
"@angular/common": "~11.2.7",
"@angular/compiler": "~11.2.7",
"@angular/core": "~11.2.7",
"@angular/forms": "~11.2.7",
"@angular/platform-browser": "~11.2.7",
"@angular/platform-browser-dynamic": "~11.2.7",
"@angular/router": "~11.2.7",
"@nativescript/angular": "~11.8.0",
"@nativescript/core": "~8.0.0",
"@nativescript/theme": "~3.0.1",
"reflect-metadata": "~0.1.13",
"rxjs": "~6.6.7",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular/compiler-cli": "~11.2.7",
"@nativescript/android": "8.0.0",
"@nativescript/types": "~8.0.0",
"@nativescript/webpack": "beta",
"@ngtools/webpack": "~11.2.6",
"typescript": "~4.0.0"
},

Describe the bug
I am new to the native script. I have created a new app ns create name --ng. Throwing error with starting emulator when I start the app by ns run android.
If I run the emulator manually and then execute ns run android there is no error and the app is installed on the android emulator however it's not powering up and it's not syncing with changes in VS Code.

To Reproduce
ns run android

Expected behavior
I should be able to see the changes on the emulator (sync up with vs code changes)

Additional context
windows 10, Android studio emulator (system-images;android-30;google_apis;x86 )

same