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
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 )
The text was updated successfully, but these errors were encountered:
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 byns 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 )
The text was updated successfully, but these errors were encountered: