Przeglądaj źródła

check

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 11 miesięcy temu
rodzic
commit
e386f876cc
1 zmienionych plików z 1 dodań i 5 usunięć
  1. 1 5
      scripts/updateScreenshots.sh

+ 1 - 5
scripts/updateScreenshots.sh

@@ -9,11 +9,7 @@ if [[ $(grep NC_TEST_SERVER_BASEURL ~/.gradle/gradle.properties   | grep -v "#"
     exit 1
     exit 1
 fi
 fi
 
 
-## emulator
-if [[ ! $(emulator -list-avds | grep uiComparison -c) -eq 0 ]]; then
-    avdmanager delete avd -n uiComparison
-    (sleep 5; echo "no") | avdmanager create avd -n uiComparison -c 100M -k "system-images;android-34;google_apis;x86_64" --abi "google_apis/x86"
-fi
+
 
 
 if [ "$1" == "debug" ]; then
 if [ "$1" == "debug" ]; then
   emulator -writable-system -avd uiComparison -no-snapshot -gpu swiftshader_indirect -no-audio -skin 500x833 1>/dev/null &
   emulator -writable-system -avd uiComparison -no-snapshot -gpu swiftshader_indirect -no-audio -skin 500x833 1>/dev/null &