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 8746362 commit 9e5a966Copy full SHA for 9e5a966
src/processing/mode/android/AndroidSDK.java
@@ -190,7 +190,7 @@ class AndroidSDK {
190
"https://askubuntu.com/questions/710426/android-sdk-on-ubuntu-32bit";
191
192
private static final String SYSTEM_32BIT_MESSAGE =
193
- "The Android SDK no longer includes 32 bit platform tools (adb, etc), so they will not work.<br><br>" +
+ "The Android SDK no longer includes 32 bit platform tools (adb, etc.), and so they will not work.<br><br>" +
194
"<a href=\"" + SYSTEM_32BIT_URL + "\">This thread</a> provides some possible workarounds.";
195
196
private static final int NO_ERROR = 0;
0 commit comments