Android Studio调试中的坑二

下载新的Android studio Meerkat后,打开发现始终无法更新对应的SDK,连Android 15的SDK也无法在SDK Manger中显示出来,但是Meerkat必须要使用新版本SDK。

Android studio下载地址

命令行工具 | Android Studio | Android Developers

解决方案:

多个地点pingdl.google.com服务器-网站测速-站长工具

网站上输入:dl.google.com

电脑上Ping一下IP地址

C:\Windows\System32\drivers\etc\hosts 中添加

114.250.64.33 dl.google.com

114.250.64.33 dl.l.google.com

114.250.64.33 dl-ssl.google.com

重启Android Studio后,相关配置置灰,且自动勾选了

相关推荐
hai_android1 天前
AIDL 实现 IPC 进程间通信
android·android studio
Crazy_MT1 天前
Android Studio 运行 Flutter iOS 真机白屏,但 Xcode 和命令行正常的排查记录
flutter·android studio
我命由我123451 天前
Android Jetpack Compose 开发问题:Unresolved reference ‘Icons‘.
android·java-ee·kotlin·android studio·android jetpack·android-studio·android runtime
墨狂之逸才3 天前
一次 Android 工位机黑屏卡死排查:根因不是 App,而是 scrcpy 与 Rockchip 编码器的 DMA-BUF 泄漏
android·android studio
我命由我123454 天前
Linux - Linux/POSIX 路径斜杠折叠规则
linux·运维·服务器·android studio·android jetpack·android-studio·android runtime
古法安卓4 天前
Android-重启流程源码解析
android·java·android studio
我命由我123454 天前
Android 设备的日志缓冲区被写满,logcat: Unexpected EOF!
android·java·java-ee·android studio·android jetpack·android-studio·android runtime
古法安卓5 天前
Android-日志系统源码解析
android·java·android studio
用户69371750013846 天前
曾经安卓开发人手一个的 EventBus,为什么现在没人爱用了?
android·android studio
ssshooter8 天前
Tauri + GitHub Actions 自动化发布 Android APK 技术总结
android·github·android studio