MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / run_sdkmanager

Method run_sdkmanager

packages/server/src/android.rs:1031–1033  ·  view source on GitHub ↗
(&self, args: [&str; N])

Source from the content-addressed store, hash-verified

1029 }
1030
1031 fn run_sdkmanager<const N: usize>(&self, args: [&str; N]) -> Result<String, AppError> {
1032 run_command_text(self.sdkmanager_path(), args)
1033 }
1034
1035 fn adb_path(&self) -> PathBuf {
1036 android_sdk_tool_path("platform-tools/adb")

Callers 1

creation_optionsMethod · 0.80

Calls 2

run_command_textFunction · 0.85
sdkmanager_pathMethod · 0.80

Tested by

no test coverage detected