File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
mode/src/processing/mode/android Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,17 @@ public class AVD {
4646 public final static String DEFAULT_WEAR_PORT = "5576" ;
4747
4848 private static final String GETTING_START_TUT_URL =
49- "http://android.processing.org/tutorials/getting_started/index.html" ;
50-
51- static final String DEFAULT_SDCARD_SIZE = "64M" ;
52-
53- static final String DEVICE_DEFINITION = "Nexus One" ;
54- static final String DEVICE_SKIN = "480x800" ;
55-
56- static final String DEVICE_WEAR_DEFINITION = "wear_square_280_280dpi" ;
57- static final String DEVICE_WEAR_SKIN = "280x280" ;
58-
49+ "http://android.processing.org/tutorials/getting_started/index.html" ;
50+
51+
52+ static final String DEFAULT_SDCARD_SIZE = "512M" ;
53+
54+ static final String DEVICE_DEFINITION = "pixel_6" ;
55+ static final String DEVICE_SKIN = "pixel_6" ;
56+
57+ static final String DEVICE_WEAR_DEFINITION = "wearos_square" ;
58+ static final String DEVICE_WEAR_SKIN = "wearos_square" ;
59+
5960 /** Name of this avd. */
6061 protected String name ;
6162
You can’t perform that action at this time.
0 commit comments