Skip to content

Nativescript 8 is not syncing with emualtor + emulators are not detected on ns run android if not powered before #2349

Open
@kokosky93

Description

@kokosky93

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.

"@nativescript/android": "8.0.0",
"@nativescript/types": "~8.0.0",
"@nativescript/webpack": "beta",
"@ngtools/webpack": "~11.2.6",

I see this is not only my issue

Environment:
Windows 10

Activity

tolapuramakrishna

tolapuramakrishna commented on May 21, 2021

@tolapuramakrishna

Same issue for me. I have been trying on the same issue from last 2 days. Have you found any workaround and I am new to native script

kokosky93

kokosky93 commented on May 23, 2021

@kokosky93
Author

no I have not. After one day I gave up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tolapuramakrishna@kokosky93

        Issue actions

          Nativescript 8 is not syncing with emualtor + emulators are not detected on ns run android if not powered before · Issue #2349 · NativeScript/nativescript-angular