Skip to content

Instantly share code, notes, and snippets.

@DevPicon
Created November 14, 2015 21:06
Show Gist options
  • Save DevPicon/f98346300ac37fef2170 to your computer and use it in GitHub Desktop.
Save DevPicon/f98346300ac37fef2170 to your computer and use it in GitHub Desktop.
Como configurar la variable ANDROID_HVPROTO
En Windows
Pulsar en Mi PC (o pulsar Windows + Pausa) > Configuraciones Avanzadas de Sistema > Variables de Entorno.
Pulsar en Nuevo.
Como nombre de la variable, escribir: ANDROID_HVPROTO
Como valor valor del campo, escribir: ddm
Pulsar Aceptar
En Mac
Editar ~/.bash_profile
Agregar:
#Hierarchy Viewer Variable
export ANDROID_HVPROTO=ddm
source ~/.bash_profile
En Linux
Editar ~/.bash_profile
Agregar:
#Hierarchy Viewer Variable
export ANDROID_HVPROTO=ddm
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment