本文介绍了M1 MacBook Pro Android Studio 安装问题 - 未下载 SDK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在我翻新的 M1 MBP 上设置 Android Studio.我被困在 Android Studio 设置向导中,它给我一个错误.我注意到的另一件事是当我安装 Android Studio 时,我的 Library 文件夹中没有创建 Android/sdk 目录.所以在安装过程中,sdk 没有被下载.我在这上面花了几个小时,但无法在网上找到这种情况.这不应该开箱即用吗?我在这里错过了什么?

我从

解决方案

只需下载IDE-Intellij IDEA并新建一个项目,选择Android Project,然后在那里下载Android SDK,现在您可以再次安装android studio,sdk是安装.为我工作!

I am trying to setup Android Studio on my refurbished M1 MBP. I am getting stuck in Android Studio Setup Wizard where it is giving me an error. Another thing I notice is there is no Android/sdk directory created in my Library folder when I install Android Studio. So during installation, the sdk is not being downloaded. I have spent hours on this and haven't been able to find this scenario online. Shouldn't this just work out-of-box? What am I missing here?

I downloaded from https://developer.android.com/studio (Mac with Apple chip - android-studio-2020.3.1.25-mac_arm.zip)

解决方案

Just download the IDE - Intellij IDEA and create a new project, select Android Project and there download Android SDK, now you can install android studio again and the sdk is installed. Worked for me!

这篇关于M1 MacBook Pro Android Studio 安装问题 - 未下载 SDK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-07 21:02