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 3be8875 commit f73d608Copy full SHA for f73d608
src/processing/mode/android/AVD.java
@@ -67,7 +67,7 @@ public class AVD {
67
static final String DEVICE_DEFINITION = "Nexus 5";
68
static final String DEVICE_SKIN = "1080x1920";
69
70
- static final String DEVICE_WEAR_DEFINITION = "wear_square_280_280dpi";
+ static final String DEVICE_WEAR_DEFINITION = "wear_square";
71
static final String DEVICE_WEAR_SKIN = "280x280";
72
73
/** Name of this avd. */
0 commit comments