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 7caa37f commit 111cae0Copy full SHA for 111cae0
src/processing/mode/android/SDKDownloader.java
@@ -36,7 +36,7 @@ public class SDKDownloader extends JFrame implements PropertyChangeListener {
36
private static final String URL_REPOSITORY_FOLDER = "http://dl-ssl.google.com/android/repository/";
37
private static final String URL_USB_DRIVER = "https://dl-ssl.google.com//android/repository/latest_usb_driver_windows.zip";
38
39
- private static final String PLATFORM_API_LEVEL = "10";
+ private static final String PLATFORM_API_LEVEL = "22";
40
41
public static final String PROPERTY_CHANGE_EVENT_TOTAL = "total";
42
private static final String PROPERTY_CHANGE_EVENT_DOWNLOADED = "downloaded";
0 commit comments