Ensure that you are using JDK 17 for your Android projects for optimal compatibility and performance.
Extract the Archive
Open a terminal and navigate to the directory where the archive was downloaded.
Extract the archive using the following command tar -xvzf android-studio-ide-<version>-linux.tar.gz(replace android-studio-ide-<version>-linux.tar.gz with the actual filename)
Move to Installation Location
Move the extracted folder to a location of your choice. For example: sudo mv android-studio /YOUR_DIRECTORY
Run Android Studio Setup
Navigate to the bin directory inside the Android Studio folder: cd /YOUR_DIRECTORY/android-studio/bin
Run ‘./studio.sh’ to start the Android Studio setup
Follow Installation Wizard
Follow the instructions in the setup wizard to complete the installation.
Open a terminal and navigate to the directory where the archive was downloaded.
Extract the archive using the following command tar xf flutter_linux_<version>.tar.xz (replace flutter_linux_<version>.tar.xz with the actual filename)
Move to Installation Location
Move the extracted folder to a location of your choice. For example: sudo mv flutter /YOUR_DIRECTORY
Add Flutter to System Path
Add the flutter/bin directory to your system’s PATH variable.
Verify Flutter Installation
Open a new terminal and run:flutter doctor
Install Flutter Plugins for Android Studio
Open Android Studio.
Install the Flutter and Dart plugins through “File” -> “Settings” -> “Plugins” -> “Marketplace.”
Install Flutter Plugins for Android Studio
Open Android Studio.
Install the Flutter and Dart plugins through “File” -> “Settings” -> “Plugins” -> “Marketplace.”
Open a terminal and navigate to the directory where the archive was downloaded.
Extract the archive using the following command tar xf flutter_macos_<version>.tar.xz (replace flutter_macos_<version>.tar.xz with the actual filename)
Move to Installation Location
Move the extracted folder to a location of your choice. For example : sudo mv flutter /YOUR_DIRECTORY
Add Flutter to System Path
Add the flutter/bin directory to your system’s PATH variable.
Verify Flutter Installation
Open a new terminal and run: flutter doctor
Install Flutter Plugins for Android Studio
Open Android Studio.
Install the Flutter and Dart plugins through “Preferences” -> “Plugins” -> “Marketplace.”