I am a new user for Android Studio. I have a zip packaged from Udacity which I am trying to open / launch in Android Studio. The package here is the starting code for the zip file .
I have no instructions on how to get this in Android Studio. Left on my devices, I am currently stuck in a place where, if I try to run the application, I get the error message "Please select Android SDK .
I checked everywhere to resolve this issue, and only two things I found were:
- Make sure the path to my Android SDK folder is correct in Android Studio settings (this)
- Matching the same path in local.properties file (this)
The fact that both of them are installed correctly (I think) leads me to think that I just did all the import incorrectly and should start from scratch. But I do not know what to do with this zip file in order to get it (correctly) in Android Studio.
First, I just went to File> Open , and then selected the build.gradle project file from the mail package. Was it right to get it started?
source
share