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 e0ac958 commit 4a71550Copy full SHA for 4a71550
src/processing/mode/android/AndroidEditor.java
@@ -640,8 +640,8 @@ public void run() {
640
* Build the sketch and run it on a device with the debugger connected.
641
*/
642
public void handleRunDevice() {
643
- if (Platform.isWindows() && !Preferences.getBoolean("usbDriverWarningShown")) {
644
- Preferences.setBoolean("usbDriverWarningShown", true);
+ if (Platform.isWindows() && !Preferences.getBoolean("android.warnings.usb_driver")) {
+ Preferences.setBoolean("android.warnings.usb_driver", true);
645
646
File sdkFolder = androidMode.getSDK().getSdkFolder();
647
File usbDriverFile = new File(sdkFolder, "extras/google/usb_driver");
0 commit comments