On my mac M1 I have installed Android Studio Arctic Fox 2020.3.1. It runs natively on my cpu, as well as the ARM64 emulators that came with it. Problem is that it seems to me that I need to install rosetta 2 to run platorm-tools
such as adb
. Am I correct? Is there a M1 build of platform tools?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
3
Answers
Yes. afaik there is no specific build of platform-tools for darwin-aarch64 offered by google.
I was able to install android studio natively as well, though I did have to install the canary build part of the way through in order to get the SDK tools installed (then I was able to just uninstall the canary build and Arctic Fox runs fine now). You can see in the screenshot here – running arm64 and adb in the same terminal.
Best of luck to you!
arch-arm64_adb
I checked it, even the latest Canary build downloads x64
adb
: