Skip to content

Commit 5e9370c

Browse files
committed
usew newer device defs
1 parent 7b20b2e commit 5e9370c

File tree

1 file changed

+11
-10
lines changed
  • mode/src/processing/mode/android

1 file changed

+11
-10
lines changed

mode/src/processing/mode/android/AVD.java

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)