Error about Android Studio on Macbook M1: An error occurred while trying to compute required packages
mac m1 安装 android studio(android sdk内置安装)
stack overflow问题解决方案:
This is what solved it for me on my M1.
- Go to Android Studio Preview and download the latest Canary build for Apple chip (Chipmunk). Don't worry this is just to get through the initial setup.
- Unpack it, run it, let it install all the SDK components, accept licenses, etc as usual.
- Once it's done, simply close it and delete it.
Now when you start your stable Android Studio (Arctic Fox) you should not see the error.
网友评论