Hierarchy Viewer 不显示视图问题
2015-11-23 本文已影响846人
hello_cc
问题
- 用真机打开Hierarchy Viewer查看视图布局,没有反应,报错
ViewServerDevice]Unable to debug device
。
解决办法(Mac,Android4.1以上)
- 打开
~/.bash_profile
- 添加
export ANDROID_HVPROTO=ddm
source ~/.bash_profile
注:官方文档里面有详细介绍。