Skip to content

Commit

Permalink
android: switch to x86_64 emulator
Browse files Browse the repository at this point in the history
armeabi-v7a crashes :(
  • Loading branch information
peace-maker committed Dec 12, 2023
1 parent d094156 commit 8baa27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/setup_avd_fast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -ex
# - arm64-v8a
# - x86
# - x86_64
ANDROID_ABI='armeabi-v7a'
ANDROID_ABI='x86_64'
ANDROIDV=android-24

# Create our emulator Android Virtual Device (AVD)
Expand Down

0 comments on commit 8baa27e

Please sign in to comment.