We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8f12d commit 57744a4Copy full SHA for 57744a4
src/commands/android_emulator_start.yml
@@ -50,7 +50,7 @@ steps:
50
name: Start Android Emulator (background)
51
command: |
52
$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>>'
+ $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>>'
54
background: true
55
56
- run:
0 commit comments