File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7878 echo "ANDROID_EMULATOR_ARCH=${{ matrix.EMULATOR_ARCH }}" >> $GITHUB_ENV
7979 echo "ANDROID_EMULATOR_ARCH_TRIPLE=${{ matrix.EMULATOR_ARCH_TRIPLE }}" >> $GITHUB_ENV
8080 echo "ANDROID_TARGET=default" >> $GITHUB_ENV
81- echo "ANDROID_PROFILE=Pixel 6" >> $GITHUB_ENV
81+ #echo "ANDROID_PROFILE=Pixel 6" >> $GITHUB_ENV
82+ echo "ANDROID_PROFILE=Nexus 10" >> $GITHUB_ENV
8283 echo "ANDROID_CHANNEL=3" >> $GITHUB_ENV
8384 echo "ANDROID_NDK_VERSION=${{ matrix.NDK_VERSION }}" >> $GITHUB_ENV
8485
@@ -100,7 +101,7 @@ jobs:
100101 yes | sdkmanager --licenses > /dev/null
101102 EMULATOR_NAME="emulator-${ANDROID_API}"
102103 EMULATOR_SPEC="system-images;android-${ANDROID_API};default;${ANDROID_EMULATOR_ARCH}"
103- sdkmanager --install "${EMULATOR_SPEC}" "emulator"
104+ sdkmanager --install "${EMULATOR_SPEC}"
104105 avdmanager create avd -n "${EMULATOR_NAME}" -k "${EMULATOR_SPEC}" --device "${ANDROID_PROFILE}"
105106 emulator -list-avds
106107 # launch the emulator in the background; we will cat the log at the end
You can’t perform that action at this time.
0 commit comments