Answer the question
In order to leave comments, you need to log in
How to install Android SDK in Intellij IDEA?
Installed the Android SDK and loaded the libraries. I registered a path to the android SDK in the project structure. But Idea swears that the directory in which I installed the sdk does not exist. With the rights to the directory, everything is in order. Wtf!?
What can be wrong?
Answer the question
In order to leave comments, you need to log in
I solved the problem by adding an additional file to the local project folder:
local.properties
with the following content:
sdk.dir="<path to the SDK>"
There is also Android Studio, which you install and everything is put there with it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question