解决步骤:
(1)在浏览器打开此网址手动下载http://services.gradle.org/distributions/gradle-5.4.1-all.zip
(2)解压缩zip文件
(3)Android studio - Settings, 搜索gradle, 选择使用下载的本地版本
2. 报错: Android studio Connect to 127.0.0.1:[/127.0.0.1] failed: Connection refused 或者
报错:“Could not resolve all artifacts for configuration ‘:classpath‘”报错
解决步骤:(1)Android studio - Settings ,
(2)搜索proxy,
(3)选择不使用http proxy,或者Auto detect proxy settings
3. AndroidStudioPlugin错误:Plugin ‘LayoutCreator’ is compatible with IntelliJ IDEA only
解决步骤:
(1)卸载当前的LayoutCreator插件
(2)再次点击Installed右边的设置(齿轮)选择Install Plugin from Disk选项
(3)点击apply按钮
4. 查看模拟器上的文件
打开终端(Terminal)$cd /Users/<your name>/Library/Android/sdk/platform-tools
$adb root 启动 adbd服务
$adb shell 执行这个命令,进入模拟器
emu64xa: cd /sdcard