How to easily “Show Layout bounds” for Android debugging?

后端 未结 5 1856
伪装坚强ぢ
伪装坚强ぢ 2021-02-01 21:31

I want to watch the layout of App without boring tap and tap.


I tried adb shell setprop debug.layout true but didn\'t work unless re

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-01 22:08

    Here is my fish shell function that will also help you to choose from multiple devices with fzf. save it in ~/.config/fish.functions/ and use it like this:

    and if you have more than one device it will prompt to select one with fzf

提交回复
热议问题