An Android AVD command-line laucher app.
ANDROID_HOME env var must be properly set to the Android Sdk to be found.
USERPROFILE env var is used as a fallback to try to find the SDK in the default installation directory.
Find de 'avdl.exe' file in the '/bin' folder of the code. Ideally, add it to a local folder that is in your PATH variable.
dart compile exe .\bin\avd_laucher.dart -o .\bin\avdl.exeEntrypoint in bin/ and library code in lib/. Nothing in test/.