(&self, args: [&str; N])
| 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") |
no test coverage detected