Files
android-emulator-runner/src/emulator-launcher.ts
T
2019-11-06 02:46:20 +11:00

9 lines
155 B
TypeScript

/**
* Creates and launches a new AVD instance with the specified configurations.
*/
export async function startEmulator(
): Promise<void> {
// TODO
}