yml: get verbose list

This commit is contained in:
RaFaL 2021-04-26 22:32:46 +02:00
parent c2e11a0962
commit eadfb1a0f0

View file

@ -29,8 +29,9 @@ before_script:
- chmod -R 775 $HOME/NDK_ETL/ndk-bundle
before_install:
- echo yes | sdkmanager "platform-tools" "platforms;android-26" "build-tools;25.0.2" "tools"
- sdkmanager --list --verbose
# Emulator Management: Create, Start and Wait
- echo no | avdmanager create avd --force -n test -b android-26 --abi google_apis/arm64-v8a
- echo no | avdmanager create avd --force -n test --abi google_apis/arm64-v8a
- emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &