-
-
Notifications
You must be signed in to change notification settings - Fork 197
Android emulator error #5069
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
Comments
tns run android --log trace Trying to get macOS version. System Software Overview: System Version: macOS 10.14.6 (18G103) |
Hey @Saface89 , |
Hi @Saface89, We were able to reproduce the issue and open a PR with a fix. Most probably it will be officially released in NativeScript 6.3.1 in a few weeks. As a workaround, you could pass the identifier of the emulator image to your |
I have a problem running the android emulator. When I execute tns run android I have an error. Help me solve the problem please.
MacOS Mojave 10.14.6
«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’.»



export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/$
export ANDROID_HOME=/usr/local/share/android-sdk
export ANDROID_SDK_ROOT=/usr/local/share/android-sdk
The text was updated successfully, but these errors were encountered: