Skip to content

Commit

Permalink
sdkmanager: system image Q
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkev committed Jun 14, 2024
1 parent bda350d commit 38f18a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-android-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source ~/.bashrc

# Install Android Image version 29
yes | sudo sdkmanager "platform-tools" "platforms;android-29" "emulator"
yes | sudo sdkmanager --channel=0 "system-images;android-Q;google_apis;x86"
yes | sudo sdkmanager --channel=0 "system-images;android-29;google_apis;x86"

emulator -version

Expand Down

0 comments on commit 38f18a4

Please sign in to comment.