1

You might have already got my question from the title itself. To be more specific, I need to launch Android Virtual Device Manager avd without launching Android Studio. I know how to start an emulator using my terminal. but that's not I want. I need to launch the "Manager" avd from terminal. Is it possible ?

OS: Ubuntu 18.04

enter image description here

Zoe
  • 27,060
  • 21
  • 118
  • 148
theapache64
  • 10,926
  • 9
  • 65
  • 108
  • I do not really know that much on Ubunu but you can try. Go to `$HOME/` I believe and to `Android\sdk`, there you should see `AVD Manager`. Try and launch from there. This is not a tested solution. – ravi Jun 03 '18 at 12:26
  • There's no program/dir called 'AVD Manager' under sdk folder. Before posting this question, I've tried avdmanager under `tools` dir. It's a `CLI` program. It has many options to list, start,stop and configure avds, except to launch the `GUI`. Anyway, tnx for the response ravi. – theapache64 Jun 03 '18 at 12:42
  • 1
    Please check this answer https://stackoverflow.com/questions/42718973/run-avd-emulator-without-android-studio – amin arghavani Nov 24 '18 at 09:12
  • This should help too :) https://stackoverflow.com/questions/4974568/how-do-i-launch-the-android-emulator-from-the-command-line – minchaej Jun 30 '21 at 06:51

1 Answers1

-1
emulator -avd <avdName>

avdName has to be replaced by your virtual device name. To get avd names

emulator -list-avds