必须通过官网https://developer.android.com/studio下载android studio最新稳定版,当前为2025.2.1.22(iguana),支持gemini ai助手与真机串流调试,需注意系统兼容性及xcode工具、windows虚拟机平台等前置条件。

要获取 Android Studio 官方最新稳定版安装包,必须通过 Google 官方渠道下载,避免第三方镜像或捆绑软件带来的安全风险和版本滞后问题。当前(2026年6月5日)最新正式版已集成 Gemini AI 编码助手,并支持 Android 设备串流真机调试功能。
直接访问官网下载页面
打开浏览器,访问 https://developer.android.com/studio —— 这是 Google 唯一认证的 Android Studio 官方发布页,所有安装包均经 HTTPS 签名验证。
页面自动识别你的操作系统(Windows/macOS/Linux/ChromeOS),右侧会显示对应平台的 【Download Android Studio】 按钮,点击即开始下载。
确认系统兼容性再下载
Android Studio 2025.2(代号 Iguana)及后续版本已不再支持 32 位系统与 macOS 10.15 以下版本。
如果你使用的是 macOS Sonoma(14.x)或 macOS Sequoia(15.x),请确保已安装最新版 Xcode 命令行工具:在终端中运行 xcode-select --install 并完成安装;否则启动时会提示“Missing JDK or command line tools”。【未执行此步可能导致 IDE 无法初始化项目】
Windows 用户需确认已启用虚拟机平台(Windows Hypervisor Platform),否则 Android 模拟器将无法运行。
绕过设备不支持提示的临时方案
方法一:若页面显示“Your device is not supported”,说明当前浏览器 UA 被误判为移动设备或旧版内核。尝试更换为 Chrome 或 Edge 最新版,或在地址栏末尾手动添加参数:?hl=en 强制加载英文桌面版下载页。
方法二:直接构造下载链接——根据你的系统选择其一复制到浏览器打开:
Windows(64-bit):https://redirector.gvt1.com/edgedl/android/studio/install/2025.2.1.22/android-studio-2025.2.1.22-windows.exe
macOS(Apple Silicon):https://redirector.gvt1.com/edgedl/android/studio/install/2025.2.1.22/android-studio-2025.2.1.22-mac_arm.dmg
Linux(x64):https://redirector.gvt1.com/edgedl/android/studio/install/2025.2.1.22/android-studio-2025.2.1.22-linux.tar.gz











