IntelliJ say, "Your Android SDK is missing"

Answered

(Using Google Translator)


I wanted to create a chat program, so I figured out FireBase.

But to use it, I had to install JAVA, IntelliJ, Android Studio & Android SDK.

 

 

1. But, When you click on Android in IntelliJ, this message appears.

Your Android SDK is missing. out of date, or is missing templates. Please ensure you are using SDK version 24.0.2 or later.
You can configure your SDK via Configure | Project Defaults | Project Structure | SDKs

 

But... I have Android Studio and SDK.

 

 

 

2. So I click Java at the top and then click <NO SDK> to specify the path to java 9.0.

 

 

 

3. But I still have problems, so I went into the Android studio and selected Android SDK to install several SDKs including 8.0.

 

 

4. But still Android SDK is missing...

Why is IntelliJ not finding the Android SDK? Do I need to set environment variables?

 

 

 

 

Original

나는 채팅 프로그램을 만들고 싶어서 파이어베이스를 알아봤습니다.

하지만 그것을 쓰려면 JAVA, 인텔리J, Android Studio & Android SDK를 설치해야 했습니다.

 


1. 그러나 인텔리제이에서 Android를 누르자, 이런 메시지가 나옵니다.

Your Android SDK is missing. out of date, or is missing templates. Please ensure you are using SDK version 24.0.2 or later.
You can configure your SDK via Configure | Project Defaults | Project Structure | SDKs

하지만... 이미 안드로이드 스튜디오와 SDK가 설치되어 있습니다.

 

2. 그래서 상단의 Java를 누른 뒤, <NO SDK>를 클릭해서 java 9.0으로 경로를 지정했습니다.

3. 그래도 문제가 있어서 안드로이드 스튜디오에 들어가서 Android SDK를 선택하여 8.0을 포함하여 다수의 SDK를 설치하였습니다.

4. 그러나 여전히 Android SDK is missing으로 나옵니다.

5. 인텔리J가 안드로이드 SDK를 찾지 못하는 이유가 있습니까?

1
1 comment

IntelliJ IDEA doesn't share SDK installation with Android Studio, you need to configure it from scratch.

See also https://stackoverflow.com/a/45268592/104891.

0

Please sign in to leave a comment.