我刚刚安装了El Capitan OS X(10.11)的公开测试版。
我从Yosemite升级安装后遇到的唯一问题是Android SDK Manager。
当我从Android Studio 1.2.2中启动Android SDK Manager时,它会通过网络呼叫进行检查和解析。点击任何单个模块后,SDK管理器冻结,您将获得一个色彩缤纷的死亡轮。唯一的方法是强制关闭应用程序。
我尝试重新启动MacBook Pro并强制退出并重新启动SDK管理器,但问题仍然存在。在升级10.11之前,SDK Manager无故障地工作
编辑:我注意到没有一个模拟器可以与El Capitan一起工作
CPU acceleration status: HAX is not installed on this machine (/dev/HAX is missing).
我尝试过使用Genymotion,但这也无效。
答案 0 :(得分:4)
我同样也遇到了麻烦。
解决方法修复,我使用no-ui
选项:
$ android update sdk --no-ui
此处提供了其他选项:http://tools.android.com/recent/updatingsdkfromcommand-line
答案 1 :(得分:1)
从Apple OS X安装最新更新El Capitan Public Beta版本2(15A225f)修复了Android SDK Manager的问题,现在它可以正常运行。
旁注:Android模拟器仍无效,genymotion也无法收到此信息。
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX is not installed on this machine (/dev/HAX is missing).