I generated sample project with ns create name --template angular
when I start the project with ns run android and I didn't run emulator with AVD Manager before I get the following error:
Searching for devices...
Cannot find connected devices.
Emulator start failed with: No emulator image available for device identifier 'undefined'.
To list currently connected devices and verify that the specified identifier exists, run 'tns device'.
To list available emulator images, run 'tns device --available-devices'.
If I run emulator manually and then execute ns run android there is no error and app is installed on android emulator however its not powering up and its not syncing with changes in VS Code.
Everything used to work for me with NativeScript 6.
I generated sample project with ns create name --template angular when I start the project with ns run android and I didn't run emulator with AVD Manager before I get the following error:
Searching for devices... Cannot find connected devices. Emulator start failed with: No emulator image available for device identifier 'undefined'. To list currently connected devices and verify that the specified identifier exists, run 'tns device'. To list available emulator images, run 'tns device --available-devices'.
If I run emulator manually and then execute ns run android there is no error and app is installed on android emulator however its not powering up and its not syncing with changes in VS Code.
Everything used to work for me with NativeScript 6.
I see this is not only my issue
Environment: Windows 10