Skip to content

Commit 57744a4

Browse files
authored
fix(android): Ensure the Android emulator looks correct (#65 by @vonovak)
1 parent 2b8f12d commit 57744a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/android_emulator_start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050
name: Start Android Emulator (background)
5151
command: |
5252
$ANDROID_HOME/emulator/emulator @<<parameters.device_name>> -version
53-
$ANDROID_HOME/emulator/emulator @<<parameters.device_name>> -skin 470x860 -cores 1 -gpu auto -accel on -memory 1024 -no-audio -no-snapshot -no-boot-anim -no-window -logcat *:W | grep -i 'ReactNative\|<<parameters.logcat_grep>>'
53+
$ANDROID_HOME/emulator/emulator @<<parameters.device_name>> -cores 1 -gpu auto -accel on -memory 1024 -no-audio -no-snapshot -no-boot-anim -no-window -logcat *:W | grep -i 'ReactNative\|<<parameters.logcat_grep>>'
5454
background: true
5555

5656
- run:

0 commit comments

Comments
 (0)