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 c3a5eba commit 083680aCopy full SHA for 083680a
src/processing/mode/android/AVD.java
@@ -138,6 +138,7 @@ protected boolean create(final AndroidSDK sdk) throws IOException {
138
"-t", target,
139
"-c", DEFAULT_SDCARD_SIZE,
140
"-s", DEFAULT_SKIN
141
+ "--abi", "armeabi"
142
};
143
144
// Set the list to null so that exists() will check again
0 commit comments