1
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 1 year has passed since last update.

IntelliJ IDEAでAndroidエミュレータが起動しない件

Posted at

Flutter開発でIntelliJ IDEAを使っているのですが、Androidエミュレータがどうやっても起動してくれないという事案が発生しました。自分なりに頑張ったIntelliJ IDEAを用いたエミュレータ起動の解決策を残します。

解決策

  1. IntelliJ IDEAの右上のProject Structureを開く
    image.png
  2. ModulesのExport内にある、Flutter for Androidをマイナスボタンで削除
    1. サイドバーにあるProblemの内容をチェック
      image.png
      image.png
  3. ModulesのModule SDKでAndroid API 29 Platformを選択
    1. 相当古いAPIじゃなければ、バージョンは何でもいい可能性あり
      image.png

エミュレータを起動してみる

今回は、事前にAndroid Studioで作成していた PIXEL API 28を起動してみます!
image.png

動いた!!!

デバッグモードのFlutterアプリも動くかな??
image.png

きたあああああ!!動きました!!🔥

これにて、AndroidエミュレータをIntelliJ IDEAから起動できない問題完結です!
お疲れ様でした✨

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