0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AndroidStudioにおけるadb.exe多重起動時の対処方法

Last updated at Posted at 2019-03-04

adb.exeが多重起動している場合、Android実機( HTC U11 )での動作確認ができない。

0201.png

対処法

サービスの「HTCMonitorService」を停止する。
0202.png

以下コマンドを実行し、adb.exeを全て消す。(タスクマネージャーからkillしてもOK)

adb kill-server

その後に実機を接続し、以下コマンドを実行

adb devices

実行結果
0203.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?