我想观看App的布局而不用无聊和点击.
我试过adb shell setprop debug.layout true但除非重启或打开设置,否则无效. 这可能是由于设置没有更新造成的.
adb shell setprop debug.layout true
我尝试用代码编写一个小应用程序SystemProperties.set("debug.layout", "true"),也没用. 也许该应用程序的权威......
SystemProperties.set("debug.layout", "true")
对不起,我的英语很差,感谢您的帮助:p
debugging android
android ×1
debugging ×1