Skip to content

Commit

Permalink
Update AVD android version
Browse files Browse the repository at this point in the history
  • Loading branch information
safaiyeh committed Oct 29, 2020
1 parent 920ce36 commit 76514cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/android-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function getAndroidNDK {
}

function createAVD {
AVD_PACKAGES="system-images;android-$ANDROID_SDK_TARGET_API_LEVEL;google_apis;$AVD_ABI"
AVD_PACKAGES="system-images;android-$ANDROID_SDK_MIN_API_LEVEL;google_apis;$AVD_ABI"
echo "Creating AVD with packages $AVD_PACKAGES"
echo no | avdmanager create avd --name "$AVD_NAME" --force --package "$AVD_PACKAGES" --tag google_apis --abi "$AVD_ABI"
}
Expand Down

0 comments on commit 76514cb

Please sign in to comment.