When I run Android SDK manager to download SDK platform, the download speed is 8 KiB/s. It would take more than 2 hours to download one platform like Android 2.2, API 8. There is no problem with download stuff through browser. Does anyone know how to fix this problem?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
I also have this problems and found a solution online and it looks like it working for now. I tried with forcing HTTP AND HTTPS and nothing really work.
So try this:
1.) Run command prompt as an administator - Windows 7 (Start->Right click on Command Prompt-> Choose "Run as Administrator") or "Start" enter CMD into search box and then right click and "Run as administrator".
2.) In Command Prompt window enter (everything without quotes): 'netsh' and press ENTER
3.) Then write this and hit ENTER at the end: interface tcp set global autotuning=disabled
4.) Now restart your SDK manager and try to download again!
I had the same problem plus google don't allow me to access andriod, and I must connect with a VPN. so I download all xmls and package that I need to my localhost and set dl-ssl.google.com too 127.0.0.1 and then I install them from my local with extra speed :D
Unchecking the https box worked for me.
After working on this for weeks and trying all the above plus other suggestions around the web, I came up with the following solution:
1) Remove PC Tools Firewall Plus
2) Remove AVG free antivirus
3) Install Comodo Internet Security Free.
The files are downloading and installing fine now. I'm also using HTTP mode as suggested. If you have any of the above security tools I recommend giving this a try. BTW, turning off PC Tools will not be enough.
I also have this problems and found a solution online and it looks like it working for now. I tried with forcing HTTP AND HTTPS and nothing really work.
So try this:
1.) Run command prompt as an administator - Windows 7 (Start->Right click on Command Prompt-> Choose "Run as Administrator") or "Start" enter CMD into search box and then right click and "Run as administrator".
2.) In Command Prompt window enter:
and press ENTER
3.) Then write this and hit ENTER at the end:
4.) Now restart your SDK manager and try to download again!
Before doing the above, Take note of your original value in case you want to revert back:
Check those XML file links
Let me pen them down here...
Google Repository for SDK's Of all Android API
Google Repository for Add-on's (Google API's) for all Android API
Intel API's for Android
Google repository for system Images
MIPS repository for system images
Intel repository for system images
Now you will know what you must be looking out for....
Take an example of this snapshot
Say i want to download google API for Android API12
then Google Repository for Add-on's (Google API's) for all Android API Lookup for
<sdk:url>
tag under<sdk:addon>
tag as given in the example belowand then use the link used to obtain the XML file
Strip off the last part and replace it with the
<sdk:url>
tag contentfor eg: in this case it would be like
Google API for Android API 12 (HoneyComb)
there you have a download link....
Similarly SDK's ,System-images can be downloaded....
Dont have to wait for ages to complete that list ;) for you download to get accelerated use DAP or IDM ( download accelerators )
Enjoy! :)