• Jonah Williams's avatar
    [flutter_tools] shrink API surface of Android SDK (#63867) · 4954a46f
    Jonah Williams authored
    Attempt to simplify the Android SDK interface ahead of refactoring it. The locateAndroidSdk static method is called at startup to locate the android SDK, returning null if it cannot be found. These helper methods attempted to first look up the AndroidSDK if it was already null - which could only cover the case where someone installed the Android SDK while flutter was running (possibly through an IDE)
    4954a46f
android_emulator.dart 7.68 KB