Using google_apis

This commit is contained in:
butomo1989
2017-04-21 15:06:53 +02:00
parent 63e64d219b
commit 7ce3cfba96
5 changed files with 32 additions and 5 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ def prepare_avd(device: str, avd_name: str):
:param device: Device name
:param avd_name: Name of android virtual device / emulator
"""
cmd = 'echo no | android create avd -f -n {name} -t android-{api} -b {sys_img}'.format(
cmd = 'echo no | android create avd -f -n {name} -t android-{api} -b google_apis/{sys_img}'.format(
name=avd_name, api=API_LEVEL, sys_img=SYS_IMG)
# Link emulator skins