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

AndroidStudioでのFlutter開発スッキリ設定

Posted at

AndroidStudioでFlutterを開発していると、
エミュレータがIDEと統合されておらず、画面の確認が面倒であったり、
エミュレータのストレージが確認できないなど不便をしていました。
これが簡単に解消できたので、メモがてら投稿します。

Before

AndroidStudioとエミュレータが分離してて良くない、、、

解決策

[File] > [Project Structure] > [Modules]の構成にAndriodを追加してOK

[View] > [Tool Windows]にEmulatorとDevice File Explorerが表示される(´;ω;`)

After

しっかりエミュレータと統合できました!
新規プロジェクト作成ごとに設定必要ですが、この程度の手間なら良いかなと思います。
※統合設定は別途実施しないといけないので、参考を確認してください

参考

Android Studio で Android Emulator を直接実行する

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?