menu
avd_manager package
documentation
commands/launch.dart
commands/launch.dart
dark_mode
light_mode
commands/launch
library
Functions
launchAvd
(
String
?
name
, {
List
<
String
>
?
extraArgs
})
→
Future
<
void
>
Launches the given AVD with optional flags
listAvds
(
)
→
Future
<
List
<
String
>
>
Lists available AVDs by reading ~/.android/avd directory
promptAvdSelection
(
List
<
String
>
avds
)
→
Future
<
String
?
>
Prompt the user to choose an AVD
avd_manager package
documentation
commands/launch.dart
avd_manager
package
Libraries
avd_utils
commands/create
commands/delete
commands/launch
commands/list
launch library