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 44bdc36 commit 2431854Copy full SHA for 2431854
src/processing/mode/android/Devices.java
@@ -55,8 +55,8 @@ class Devices {
55
"Make sure that the device has USB debugging enabled, and that the required " +
56
"USB drivers are installed on Windows, and that permissions are properly configured on Linux. " +
57
"Also, on Linux, don't set the USB configuration to \"charging\" while debugging.<br><br>" +
58
- "Read this guide on <a href=\"" + DEVICE_PERMISSIONS_URL + "\">runnings apps on hardware device</a> " +
59
- "for more details.";
+ "Read this guide on <a href=\"" + DEVICE_PERMISSIONS_URL + "\">runnings apps on hardware device</a> " +
+ "for more details.";
60
61
private static final Devices INSTANCE = new Devices();
62
0 commit comments