less emulators
This commit is contained in:
parent
b23e394607
commit
4eeaf0ac32
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import subprocess
|
|||
import threading
|
||||
import argparse
|
||||
|
||||
EMULATORS = [f"root34-{i}" for i in range(32)]
|
||||
EMULATORS = [f"root34-{i}" for i in range(20)]
|
||||
ANDROID_IMG = "system-images;android-34;default;x86_64"
|
||||
|
||||
if "ANDROID_HOME" in os.environ:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue