Skip to content

Instantly share code, notes, and snippets.

@giladno
Last active August 29, 2022 22:44
Show Gist options
  • Save giladno/108e9ea4dd601f15db3c24a3ff93a0ed to your computer and use it in GitHub Desktop.
Save giladno/108e9ea4dd601f15db3c24a3ff93a0ed to your computer and use it in GitHub Desktop.
Flutter

Install Android Emulator

sdkmanager "system-images;android-33;google_apis;x86_64"
avdmanager create avd -n emulator -k "system-images;android-33;google_apis;x86_64"

Then edit ~/.android/avd/emulator.avd/config.ini and increase disk.dataPartition.size You can then use VSCode to launch it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment