I’ve been trying to install Android Studio for use in creating a React Native app using Expo. As I try to install Android Studio, and run it for the first time, I arrive at the following screen:
Keep in mind, I have not yet separately installed an SDK (I’m unsure of how to).
I click the "Next" button and come to this screen:
I am unsure of where to go from here. Do I install Android SDK, and if so, how?
EDIT: If I skip through these steps, clicking "Next" until I go to the main page, and I attempt to start a new project, this comes up:
Any help is appreciated. Thank you.
3
Answers
I think there is an issue with your network.
Actually you should be able to see a list of all the available sdks as you can see in the image I attached.
screenshot of settings screen
I was on the company computer and had the VPN connected. Disconnected the VPN and it worked fine.
I had this error running at home, no firewall etc.
I was re-installing and still had ANDROID_HOME and ANDROID_SDK_ROOT defined; I unset these and that fixed it.