File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4545 run : |
4646 echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
4747 sdkmanager --version
48- avdmanager --version
49- echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"
48+ echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-36;google_apis_playstore;x86_64"
5049 echo "no" | $ANDROID_HOME/tools/bin/avdmanager list device
51- echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-"$API_CURRENT" ;google_apis_playstore;x86_64"
50+ echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-36 ;google_apis_playstore;x86_64"
5251 # boots and waits for the emulator to be ready
5352 - name : Launch Emulator
5453 timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments