mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
9 lines
155 B
TypeScript
9 lines
155 B
TypeScript
/**
|
|
* Creates and launches a new AVD instance with the specified configurations.
|
|
*/
|
|
export async function startEmulator(
|
|
|
|
): Promise<void> {
|
|
// TODO
|
|
}
|