Home | History | Annotate | Download | only in utils

Lines Matching refs:ANDROID_HOME

103         **ANDROID_HOME**
104 Path to Android SDK. Defaults to ``$ANDROID_HOME`` from the
222 self.ANDROID_HOME = os.environ.get('ANDROID_HOME', None)
419 self.ANDROID_HOME = self.conf.get('ANDROID_HOME',
420 self.ANDROID_HOME)
421 if self.ANDROID_HOME:
422 self._adb = os.path.join(self.ANDROID_HOME,
424 self._fastboot = os.path.join(self.ANDROID_HOME,
426 os.environ['ANDROID_HOME'] = self.ANDROID_HOME
434 ANDROID_HOME not defined, using PATH for platform tools')
443 self._log.info(' ANDROID_HOME: %s', self.ANDROID_HOME)
453 'Please configure ANDROID_HOME to point to '