3
4

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.

Android Studioでアプリ実行時にNo Connected Devices Foundとなるのを解消する

Last updated at Posted at 2020-02-08

Android StudioでRunすると以下のようなメッセージが出ることがあります。
スクリーンショット 2020-02-09 1.21.58.png

解決策

以下は仮想デバイスを使いたい場合の解決策です。

Android Virtual Deviceが起動しているか確認します。Tools>AVD Manager>該当のデバイスをLaunch
その後再度Runすればアプリを起動できます。
ちなみにデバイスがない場合は画面に従って作成後Launchします。

しょうもないですが、PC再起動時にデバイスをLaunchし直す必要があるので意外にハマりました…

3
4
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
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?