Install Android SDK Command Line Tools for Flutter (Without Android Studio)
This topic covers how to install the Android SDK needed for development without using Android Studio. Steps Install Java SDK Choose your JDK version here: https://adoptium.net/temurin/releases (you can choose other web for preferences of installation). Set environment variables: # Set JAVA_HOME setx JAVA_HOME "C:\Program Files\Eclipse Adoptium\jdk-17.0.17.10-hotspot" # Add to PATH setx PATH " %PATH% ; %JAVA_HOME% \bin" Verify installation: java -version Install Android Command Line Tools Downloa
Comment
Sign in to join the discussion.
Loading comments…