Skip to content
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

HMR changes not reflecting on android emulator with NativeScript 8.0.0 #2358

Open
tolapuramakrishna opened this issue May 21, 2021 · 1 comment

Comments

@tolapuramakrishna
Copy link

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 )

@juniorschen
Copy link

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants