Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android sdk for Intellij IDEA

I'm trying to setup IntelliJ IDEA to develop android applications and I faced an issue with android sdk. As far as I know, I need to download the sdk separately. But I all I managed to find was Android command line tools which is obviously not something I need. So my question how can I get android sdk for IntelliJ IDEA?

like image 299
Daniel Avatar asked Mar 10 '23 08:03

Daniel


1 Answers

You can install whichever android SDK or API from Intellij. I have the 2018.1 version but I hope this works in earlier versions too. You can find the options to install the SDKs here:enter image description here

like image 184
Leonidas Avatar answered Mar 21 '23 03:03

Leonidas