Skip to content

Instantly share code, notes, and snippets.

@FossilBlade
Last active February 14, 2022 01:39
Show Gist options
  • Select an option

  • Save FossilBlade/d1f831b49d1414e8ab1c4e4145f54380 to your computer and use it in GitHub Desktop.

Select an option

Save FossilBlade/d1f831b49d1414e8ab1c4e4145f54380 to your computer and use it in GitHub Desktop.
avd install
echo no | avdmanager create avd --force --name Snapscore1 --abi google_apis_playstore/arm64-v8a --package 'system-images;android-Tiramisu;google_apis_playstore;arm64-v8a' --device 23
export ANDROID_HOME=/opt/android-sdk
export PATH=$ANDROID_HOME/platform-tools:$PATH
export PATH=$ANDROID_HOME/tools:$PATH
export PATH=$ANDROID_HOME/tools/bin:$PATH
export PATH=$ANDROID_HOME/emulator:$PATH
export PATH=$ANDROID_HOME/cmdline-tools/latest/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment