Skip to content

Commit

Permalink
Fix avd config path
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Oct 10, 2024
1 parent 96dbe9e commit 2c6e49f
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 @@ -20,7 +20,7 @@ echo no | avdmanager --verbose create avd --name android-$ANDROID_ABI --force --
avdmanager list avd

# The emulator is crazy and does not even respect its own paths
sed -i "s@=android-sdk@=$PWD/android-sdk@" ~/.android/avd/android-$ANDROID_ABI.avd/config.ini
sed -i "s@=android-sdk@=$PWD/android-sdk@" ~/.config/.android/avd/android-$ANDROID_ABI.avd/config.ini

"$ANDROID_HOME"/emulator/emulator -list-avds

Expand Down

0 comments on commit 2c6e49f

Please sign in to comment.