Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_devices
Method · 0.80
boot
Method · 0.80
run_emulator
Method · 0.80
Calls
1
android_sdk_tool_path
Function · 0.85
Tested by
no test coverage detected