Skip to content

Commit 687eebd

Browse files
committed
fixed path to usb driver
1 parent 0e4d7d2 commit 687eebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/mode/android/AndroidSDK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ static public File getHAXMInstallerFolder() {
342342
static public File getGoogleDriverFolder() {
343343
String sdkPrefsPath = Preferences.get("android.sdk.path");
344344
File sdkPath = new File(sdkPrefsPath);
345-
return new File(sdkPath, "extras/google_usb");
345+
return new File(sdkPath, "extras/google/usb_driver");
346346
}
347347

348348

0 commit comments

Comments
 (0)