def prepare_motifcore(): for device in get_devices(): motifcore_installer.install(settings.WORKING_DIR + "lib/motifcore.jar", settings.WORKING_DIR + "resources/motif", device)
def prepare_motifcore(): for device in get_devices(): motifcore_installer.install( settings.WORKING_DIR + "lib/motifcore.jar", settings.WORKING_DIR + "resources/motifcore", device)
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")