Skip to content

Commit 083680a

Browse files
committed
Specify --abi for AVD
1 parent c3a5eba commit 083680a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/processing/mode/android/AVD.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ protected boolean create(final AndroidSDK sdk) throws IOException {
138138
"-t", target,
139139
"-c", DEFAULT_SDCARD_SIZE,
140140
"-s", DEFAULT_SKIN
141+
"--abi", "armeabi"
141142
};
142143

143144
// Set the list to null so that exists() will check again

0 commit comments

Comments
 (0)