Skip to content

Commit 51b0409

Browse files
committed
use armeabi instead of armeabi-v7
1 parent c6a90aa commit 51b0409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/processing/mode/android/AVD.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ public class AVD {
4545
/** "android-7" or "Google Inc.:Google APIs:7" */
4646
protected String target;
4747

48-
/** x86, x86_64 or armeabi-v7a **/
48+
/** x86, x86_64 or armeabi **/
4949
protected String abi;
5050

5151
protected VirtualDevice virtualDevice;
5252

5353
public static final String PREF_KEY_ABI = "android.sdk.abi";
54-
public static final String[] ABI = {"armeabi-v7a", "x86", "x86_64"};
54+
public static final String[] ABI = {"armeabi", "x86", "x86_64"};
5555

5656
/** Default virtual device used by Processing. */
5757
static public AVD defaultAVD;

0 commit comments

Comments
 (0)