示例#1
0
def prepare_motifcore():
	for device in get_devices():
		motifcore_installer.install(settings.WORKING_DIR + "lib/motifcore.jar", settings.WORKING_DIR + "resources/motif", device)
示例#2
0
def prepare_motifcore():
    for device in get_devices():
        motifcore_installer.install(
            settings.WORKING_DIR + "lib/motifcore.jar",
            settings.WORKING_DIR + "resources/motifcore", device)
示例#3
0
def prepare_motifcore():
    for device in get_devices():
        print device
        motifcore_installer.install(
            settings.WORKING_DIR + "lib/motifcore.jar",
            settings.WORKING_DIR + "resources/motifcore", "emulator-5554")