File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/processing/mode/android Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,18 +44,18 @@ public class AVD {
44
44
/** "android-7" or "Google Inc.:Google APIs:7" */
45
45
protected String target ;
46
46
47
- /** Default virtual device used by Processing. */
48
- static public final AVD defaultAVD =
49
- new AVD ("Processing-0" + Base .getRevision (),
50
- "android-" + AndroidBuild .sdkVersion );
51
- // "Google Inc.:Google APIs:" + AndroidBuild.sdkVersion);
52
-
53
47
static ArrayList <String > avdList ;
54
48
static ArrayList <String > badList ;
55
49
// static ArrayList<String> skinList;
56
50
57
51
private String [] preferredAbi = new String [50 ];
58
52
private static ArrayList <String > abiList = new ArrayList <>();
53
+
54
+ /** Default virtual device used by Processing. */
55
+ static public final AVD defaultAVD =
56
+ new AVD ("Processing-0" + Base .getRevision (),
57
+ "android-" + AndroidBuild .sdkVersion );
58
+ // "Google Inc.:Google APIs:" + AndroidBuild.sdkVersion);
59
59
60
60
public AVD (final String name , final String target ) {
61
61
this .name = name ;
You can’t perform that action at this time.
0 commit comments