Skip to content

Commit

Permalink
78: try build on pixel device
Browse files Browse the repository at this point in the history
  • Loading branch information
greenEkatherine committed Feb 4, 2021
1 parent ee7960a commit 997406b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
steps:
- bash: |
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install 'system-images;android-${{ value }};google_apis;x86'
# -d 9 for Nexus 5X
# -d 17 for Pixel
# to find out other devices run "avdmanager list device"
echo "no" | $ANDROID_HOME/tools/bin/avdmanager create avd -n xamarin_android_emulator -k 'system-images;android-${{ value }};google_apis;x86' -d 9 --force
echo "no" | $ANDROID_HOME/tools/bin/avdmanager create avd -n xamarin_android_emulator -k 'system-images;android-${{ value }};google_apis;x86' -d 17 --force
$ANDROID_HOME/emulator/emulator -list-avds
Expand Down

0 comments on commit 997406b

Please sign in to comment.