MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / emulator_path

Method emulator_path

packages/server/src/android.rs:1039–1041  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1037 }
1038
1039 fn emulator_path(&self) -> PathBuf {
1040 android_sdk_tool_path("emulator/emulator")
1041 }
1042
1043 fn avdmanager_path(&self) -> PathBuf {
1044 android_cmdline_tool_path("avdmanager")

Callers 3

list_devicesMethod · 0.80
bootMethod · 0.80
run_emulatorMethod · 0.80

Calls 1

android_sdk_tool_pathFunction · 0.85

Tested by

no test coverage detected