mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-05 11:39:31 +00:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Creates and launches a new AVD instance with the specified configurations.
|
||||
*/
|
||||
export async function startEmulator(
|
||||
|
||||
): Promise<void> {
|
||||
// TODO
|
||||
}
|
||||
Reference in New Issue
Block a user