Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.82 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.82 KB

Android Emulator Launcher

An Extension for VSCode to help you in your Android Development. This allow you to start and Emulator more easily.

Instructions

To Launch your prefered emulator, press Ctrl + Shift + P and search for the command Run Android Emulator then press Enter. The list of avaliable emulator will show up on the screen, just select the one you want.

Extension

Tip: If you have just one, then it will be immediately Launched.

Comands:

  • Run Android Emulator
  • Create Android Emulator
  • Delete An Android Emulator
  • Enable Dedicated Android Emulator
  • Disable Dedicated Android Emulator

Dedicated windows

It follows the visual code window focus and snap right to it follow_windows2

Requirements

  • Android studio installed with environment variables configured.
  • (Optional) Have at least one Emulator Created in AVD Manager. Instructions here. Or you can create one from this extension.
  • Make sure your system Virtualization (VT-x/AMD-V) is enabled in the bios Instructions here.

Extension Settings

This will be added in a future release on contributes.configuration extension point.

Saving your last emulator selected from the list

  • androidlauncher.enable: enable/disable this extension
  • androidlauncher.saveLastChoice: enabling this will not ask for you to choose an emulator from the list next time

Release Notes

0.0.6

See the changes log here.