How to Setup Flutter in Android Studio - Linux

  • First install android studio in your system.
  • For that open terminal in your system and give this command :- sudo apt install openjdk-11-jdk
  • Then verify installation using given command :- java --version
  • Then run command :- sudo apt update
  • After all that run :- sudo snap install android-studio --classic
  • This may take some time so be patient.
  • Once the installation of Android studio is complete, you can start the application from the activities menu by searching for the android keyword.
  • Alternatively, you can start the Android Studio using the given command:- $ android-studio