To install android virtual devices on linux I have follow this instruction https://docs.nativescript.org/tooling/android-virtual-devices
I have installed everything, downloaded and created an AVD. So when I run ./avdmanager list
I get a bunch of devices listed, e.g.
id: 1 or "android-28"
Name: Android API 28
Type: Platform
API level: 28
Revision: 6
But when I run tns device
it can't find anything:
Connected devices & emulators
Searching for devices...
Cannot find connected devices.
What can be the issue?