Hi Guys,
I have a quick question.
Rather than opening Android Studio to open android AVD, I was wondering if its possible to to type a command in terminal to open the device for me?
thanks
You should be able to enter: emulator -avd NameOfEmulator
You can get a list of all emulators with: emulator -list-avds
Thank you. I will try that.