sockets - 是否可以在不使用 Android SDK 管理实用程序的情况下下载 Android SDK 组件?

标签 sockets android installation buffer-overflow connection

在安装我的 Android SDK 期间,我在经理出去下载 API 和 SDK 的所有修订版的过程中卡住了。

这可能是由于套接字问题,通常在调用数据库查询时发生,并且存在大量 TCP 连接......根据谷歌搜索我的错误(没有可用的缓冲区空间(达到最大连接数?):recv失败)...

所以我只需要知道除了使用 Android 下载管理器之外,是否还有其他方法可以使用以下 Android SDK 组件下载/更新我的计算机:

Downloading Documentation for Android SDK, API 7, revision 1
No buffer space available (maximum connections reached?): recv failed
Downloading SDK Platform Android 2.1, API 7, revision 1
No buffer space available (maximum connections reached?): recv failed
Skipping 'Google APIs by Google Inc., Android API 7, revision 1'; it depends on 'SDK Platform Android 2.1, API 7, revision 1' which was not installed.
Downloading Google APIs by Google Inc., Android API 7, revision 1
No buffer space available (maximum connections reached?): recv failed
Downloading SDK Platform Android 2.0.1, API 6, revision 1
No buffer space available (maximum connections reached?): recv failed
Skipping 'Google APIs by Google Inc., Android API 6, revision 1'; it depends on 'SDK Platform Android 2.0.1, API 6, revision 1' which was not installed.
Downloading Google APIs by Google Inc., Android API 6, revision 1
No buffer space available (maximum connections reached?): recv failed
Downloading SDK Platform Android 2.0, API 5, revision 1
No buffer space available (maximum connections reached?): recv failed
Skipping 'Google APIs by Google Inc., Android API 5, revision 1'; it depends on 'SDK Platform Android 2.0, API 5, revision 1' which was not installed.
Downloading Google APIs by Google Inc., Android API 5, revision 1
No buffer space available (maximum connections reached?): recv failed
Downloading SDK Platform Android 1.6, API 4, revision 2
No buffer space available (maximum connections reached?): recv failed
Skipping 'Google APIs by Google Inc., Android API 4, revision 2'; it depends on 'SDK Platform Android 1.6, API 4, revision 2' which was not installed.
Downloading Google APIs by Google Inc., Android API 4, revision 2
No buffer space available (maximum connections reached?): recv failed
Downloading SDK Platform Android 1.5, API 3, revision 3
No buffer space available (maximum connections reached?): recv failed
Skipping 'Google APIs by Google Inc., Android API 3, revision 3'; it depends on 'SDK Platform Android 1.5, API 3, revision 3' which was not installed.
Downloading Google APIs by Google Inc., Android API 3, revision 3
No buffer space available (maximum connections reached?): recv failed
Downloading SDK Platform Android 1.1, API 2, revision 1
No buffer space available (maximum connections reached?): recv failed
Downloading Usb Driver package, revision 3
No buffer space available (maximum connections reached?): recv failed

谢谢。

最佳答案

切换到 HTTP 并查看是否还有问题..从命令行手动启动而不是左键单击以获取设置菜单

关于sockets - 是否可以在不使用 Android SDK 管理实用程序的情况下下载 Android SDK 组件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2199291/

相关文章:

ruby - gem 安装失败,显示 "ruby: invalid option -H (-h will show valid options) (RuntimeError)"

safari - 一键安装 Safari 扩展

php - 通过 tcp 套接字发送十六进制值

sockets - 套接字编程 : bind() system call

Android:获取旋转的 OSM 贴图以填充整个屏幕

android - 如何通过XML启动Language和Input Intent?

MySQL 安装程序卡在 "Starting Service"

源自 OpenSSLSocketImpl(而非 SSLSocket)的 Android 自定义套接字

c++ - 如何将结构传递给新线程 (C++)

java - 蓝牙 LE - 如何获得广告间隔(以毫秒为单位)?