1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Android】ADB操作にはADB Ideaプラグインが便利

Posted at

はじめに

Androidのアプリエンジニアであれば間違いなく触るであろうADB操作ですが、実はこの操作を簡単に実行可能なプラグインがあるのはご存知でしょうか。
ターミナルで実行するのも良いと思いますが、複雑な操作が必要ない場合にはこのプラグインを使用することで、より効率的に作業を行うことができると思いますので今回はADB Ideaをご紹介したいと思います。

ADB Ideaの導入方法

導入は他のプラグインと同様になります。

Settings > plugins よりADB Ideaと検索してもらい、インストールするだけで使用できるようになります。

スクリーンショット 2024-08-18 11.07.16.png

ADB Ideaの使用方法

まず、ADB Ideaのできることを紹介します。

  • ADB Uninstall App
  • ADB Kill App
  • ADB Start App
  • ADB Restart App
  • ADB Clear App Data
  • ADB Clear App Data and Restart
  • ADB Start App With Debugger
  • ADB Restart App With Debugger
  • ADB Grant/Revoke Permissions
  • ADB Enable/Disable Wi-Fi
  • ADB Enable/Disable Mobile Data

最新バージョンでは上記リストを実行可能です。
よく使うものは基本網羅しているイメージです、今後のアップデートで実行可能なものは増えていくことが考えられます。

このプラグインを使用して実行するには2通りの方法があります。

  • Tools > ADB Idea より実行する
  • Find ActionsよりADBと検索し実行する(cmd+shift+a)

以上より実行したいアクションを選択可能です。

スクリーンショット 2024-08-18 11.20.26.png

確実にコマンド実行より早い印象です、ADBの使用頻度が高いプロダクトであればあるほど恩恵があると思いますので是非お試しいただければ幸いです。

以上になります。

さいごに

お盆休みは一瞬ですね、明日からまた気合い入れていきます!💪

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?