You don’t specifically need Android Studio, all you need is the Android SDK , download it and set the environment variable to the SDK path for the flutter installation to recognise that.
Read moreWhat is the Flutter SDK path?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio. Check your echo $PATH to point to the correct folder. Use export PATH=”$PATH:$HOME/flutter/bin” or whatever you need (and you can also include this into your ~/.
Read moreHow do you create a app on Flutter?
Create the app
Read moreDoes IntelliJ IDEA have Android emulator?
For Android projects, there’s a dedicated view in the IntelliJ IDEA Project tool window : click Project in the top-left corner and select Android. The app folder consists of the following subfolders: manifests: contains the AndroidManifest.19 Mar 2022
Read moreDoes IntelliJ IDEA have Android emulator?
For Android projects, there’s a dedicated view in the IntelliJ IDEA Project tool window : click Project in the top-left corner and select Android. The app folder consists of the following subfolders: manifests: contains the AndroidManifest.19 Mar 2022
Read moreHow do I run the Flutter app in IntelliJ?
Quick-start
Read more