File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 push :
55env :
6- API_CURRENT : 34
6+ API_CURRENT : 35
77 JAVA_DISTRIBUTION : ' corretto'
88 JAVA_VERSION : ' 17'
99jobs :
4444 - name : Create Android emulator
4545 run : |
4646 echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
47- echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;darwin_aarch64 "
47+ echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;arm64-v8a "
4848 echo "no" | $ANDROID_HOME/tools/bin/avdmanager list device
49- echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-"$API_CURRENT";google_apis_playstore;darwin_aarch64 "
49+ echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-"$API_CURRENT";google_apis_playstore;arm64-v8a "
5050 # boots and waits for the emulator to be ready
5151 - name : Launch Emulator
5252 timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments