I have 2 devices detected in adb. One from my genymotion, and the other from my real device :
$ adb devices
List of devices attached
192.168.57.101:5555 device
e78ab88d device
I want to run my ionic app on e78ab88d device
. How can i achieve this?
If i run ionic run android
, its automatically run on my genymotion device. It says, no target specified.
img no target specified
What command to run on specific device?