From 31e145892865a97c13764e8e218ad0766f826747 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 3 Jul 2024 20:27:28 +0530 Subject: [PATCH] Fixed emulator is not starting while running custom apps test cases. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58659c10c..7dc9cd4df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none ram-size: 4096M cores: 4 - force-avd-creation: false + force-avd-creation: true sdcard-path-or-size: 2048M disable-animations: true heap-size: 512M