Skip to content

Commit 99b73ab

Browse files
committed
Fix typo
1 parent 083680a commit 99b73ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/processing/mode/android/AVD.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package processing.mode.android;
22

3-
import java.io.IOException;
4-
import java.util.ArrayList;
5-
63
import processing.app.Base;
74
import processing.app.exec.ProcessHelper;
85
import processing.app.exec.ProcessResult;
96
import processing.core.PApplet;
107

8+
import java.io.IOException;
9+
import java.util.ArrayList;
10+
1111

1212
public class AVD {
1313
static private final String AVD_CREATE_PRIMARY =
@@ -137,7 +137,7 @@ protected boolean create(final AndroidSDK sdk) throws IOException {
137137
"-n", name,
138138
"-t", target,
139139
"-c", DEFAULT_SDCARD_SIZE,
140-
"-s", DEFAULT_SKIN
140+
"-s", DEFAULT_SKIN,
141141
"--abi", "armeabi"
142142
};
143143

0 commit comments

Comments
 (0)