Initial commit.

This commit is contained in:
Yang Chen
2019-11-06 02:46:20 +11:00
commit 8425a60746
16 changed files with 6090 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/**
* Creates and launches a new AVD instance with the specified configurations.
*/
export async function startEmulator(
): Promise<void> {
// TODO
}