LoginSignup
2
0

More than 5 years have passed since last update.

FireTVでレイアウト境界線を表示する

Posted at

はじめに

Android開発でレイアウトをデザイナーさんにチェックしてもらったり、UIコンポーネントの構成を調べたりする際に役に立つ「レイアウト境界線を表示する」設定ですが、FireTVの開発者向けオプションにはそれにあたるものが存在しません。

FireTV AndroidTV
device-2019-01-23-123810.png device-2019-01-23-123948.png

しかし、ADB経由で簡単に設定することが可能です。

設定方法

adb shell am force-stop com.app.name
adb shell setprop debug.layout true
adb shell monkey -p com.app.name -c android.intent.category.LAUNCHER 1

以上!🙋‍♀️

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0