瀏覽代碼

fix emulater params

Andy Scherzinger 8 年之前
父節點
當前提交
1c3ee0731a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -3,7 +3,7 @@ pipeline:
     image: nextcloudci/android:android-7
     commands:
       - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
-      - emulator -avd test -no-skin -no-audio -no-window &
+      - emulator -avd test -no-window &
       - ./wait_for_emulator.sh
       # build app and assemble APK, in debug mode
       - ./gradlew assembleDebug