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 3 years have passed since last update.

Android studio でエミュレーターが反応しなくなったときの対処法

Posted at

###この記事を書く理由

Androidでアプリの作り方を勉強中,あれアプリビルドしても反映されねえって思ったら,
アプリどころかエミュレーター上でボタンもなにも反応しねえ!
ってなったので調べてみた

参考サイト
https://stackoverflow.com/questions/7961856/full-queue-lose-event-in-android-emulator

###実行環境

Ubuntu 18.04
Android Gradle Plugin Version 4.0.0

###対処法

Android studio上の Toolsバー --> AVDManager を選択する

AVDManagerのエラーが発生しているエミュレーター上で右クリックし,Cold Boot Now をクリック

###結果
エミュレーターが正常に作動して,アプリが反映されるようになった

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?