File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
mode/src/processing/mode/android Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ public class SDKDownloader extends JDialog implements PropertyChangeListener {
63
63
64
64
private static final String REPOSITORY_URL = "https://dl.google.com/android/repository/" ;
65
65
private static final String HAXM_URL = "https://dl.google.com/android/repository/extras/intel/" ;
66
- private static final String REPOSITORY_LIST = "repository2-1 .xml" ;
67
- private static final String ADDON_LIST = "addon2-1 .xml" ;
66
+ private static final String REPOSITORY_LIST = "repository2-3 .xml" ;
67
+ private static final String ADDON_LIST = "addon2-3 .xml" ;
68
68
69
69
public static final boolean DOWNLOAD_EMU_WITH_SDK = false ;
70
70
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ public class SysImageDownloader extends JDialog implements PropertyChangeListene
61
61
private static final String SYS_IMAGES_ARM_URL = "https://dl.google.com/android/repository/sys-img/android/" ;
62
62
63
63
private static final String SYS_IMAGES_PHONE_URL = "https://dl.google.com/android/repository/sys-img/google_apis/" ;
64
- private static final String SYS_IMAGES_PHONE_LIST = "sys-img2-1 .xml" ;
64
+ private static final String SYS_IMAGES_PHONE_LIST = "sys-img2-3 .xml" ;
65
65
66
66
private static final String SYS_IMAGES_WEAR_URL = "https://dl.google.com/android/repository/sys-img/android-wear/" ;
67
- private static final String SYS_IMAGES_WEAR_LIST = "sys-img2-1 .xml" ;
67
+ private static final String SYS_IMAGES_WEAR_LIST = "sys-img2-3 .xml" ;
68
68
69
69
private static final String EMULATOR_GUIDE_URL =
70
70
"https://developer.android.com/studio/run/emulator-acceleration.html" ;
You can’t perform that action at this time.
0 commit comments