Created
November 14, 2015 21:06
-
-
Save DevPicon/f98346300ac37fef2170 to your computer and use it in GitHub Desktop.
Como configurar la variable ANDROID_HVPROTO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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