

For Mobile SDK, it’s common practice to add all versions from the minimum API to the target API. In a new Android Studio installation, the SDK Manager shows a check for only the latest API level. (On older Android Studio versions, click Configure to access this menu.) The Android SDK Manager appears.

IntelliJ IDEA Ultimate Edition (version 2019.2.1)

Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java.ANDROID_HOME = /Users/yeshwanths/Library/Android/sdk.Platform android-29, build-tools 29.0.2.Android NDK location not configured (optional useful for native profiling support).Android SDK at /Users/yeshwanths/Library/Android/sdk.Android toolchain - develop for Android devices (Android SDK version 29.0.2)

Flutter version 1.7.8+hotfix.4 at /Users/yeshwanths/flutter.Flutter (Channel stable, v1.7.8+hotfix.4, on Mac OS X 10.14.5 18F132, locale en-IN) Here is what my flutter doctor -v says: user$ flutter doctor -v I did all steps as mentioned in the guide, installed Android Studio and also updated the sdks. Setting up my mac for local flutter development.
