Home | History | Annotate | Download | only in utils

Lines Matching refs:HostError

33 from devlib.exception import TargetError, HostError, DevlibError
142 raise HostError('Error parsing APK file {}. `aapt` says:\n{}'
206 raise HostError(
232 raise HostError('No such file "{}"'.format(source))
290 find any device connected, :class:`devlib.exceptions.HostError` is raised.
314 raise HostError(message.format(output_length - 2))
317 raise HostError('No device is connected and available')
342 raise HostError(message)
506 raise HostError('ANDROID_HOME is not set and adb is not in PATH. '
529 raise HostError(msg.format(env.android_home))
538 raise HostError('aapt not found. Please make sure at least one Android '