Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An Android AVD launcher made in dart

License

danb4r/avd-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avd-launcher

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.

Download windows executable file

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.

Build your own to any dart supported platform

dart compile exe .\bin\avd_laucher.dart -o .\bin\avdl.exe

Code

Entrypoint in bin/ and library code in lib/. Nothing in test/.

About

An Android AVD launcher made in dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages