"Select Android SDK" - how to import project files?

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?

+4
source share
4 answers

" Android SDK" - . Android .

:

File -> Settings -> Android SDK -> Android SDK Location Edit -> Android SDK 
+4

Android Studio 3.0.1 Windows 10. :

  • USB (Windows: → Android SAMSUNG → Android SAMSUNG Android " " ...

  • Android Studio: → Android → " ADB"

, Windows Android , . , - .

0

versionCode versionName Gradle.Build Sync. , .

0

build.gradle

Tools -> Android -> Sync Project with Gradle 

If still not working, restart android studio ...

0
source

Source: https://habr.com/ru/post/1684675/


All Articles