mvolpato / ishouldgotosleep

Comments to articles at flutternewsletter.volpato.dev (formerly ishouldgotosleep.com) and volpato.dev
https://flutternewsletter.volpato.dev/
1 stars 0 forks source link

posts/install-android-studio-external-ssd-flutter/ #28

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Install Android Studio on an external SSD for Flutter

Install Android Studio on an external SSD for Flutter

https://ishouldgotosleep.com/install-android-studio-external-ssd-flutter/

mhmtygt commented 2 years ago

Didn't you get an error while installing Intel x86 Emulator Accelator (HAXM installer) on ssd?

mvolpato commented 2 years ago

I do not remember any error when I installed it. What error do you get? On which machine? (Intel Mac, M1 Mac, other)

mhmtygt commented 2 years ago

I use intel mac.

And while installing HAXM, I get the error "HAXM can only be installed on Windows or Mac".

mvolpato commented 2 years ago

I can try to re-install later this week.

You can also try to install HAXM manually from the official release. You would install it on your main drive. Then, when you run the Android Studio installer, it should skip it.

mhmtygt commented 2 years ago

ok, so do i install HAXM on ssd or on mac?

mhmtygt commented 2 years ago

Problem is solved.

When Android installs sdk on ssd, it tries to install HAXM on ssd by default. After manually installing HAXM on mac, I was able to start the emulator.

thanks.