
ANDROID SDK FOR MAC INTELLIJ INSTALL
Install the Android SDK and run the Android SDK Manager to install tools and a platform, as others have mentioned.This'll give you the chance to select your JDK.
ANDROID SDK FOR MAC INTELLIJ FOR ANDROID
Oddly, IntelliJ 12 Community doesn't give us the option to select the JDK location for Android projects. Once you're done there, you will be able to select a platform, and your IntelliJ system will start to run.įor others who may encounter this issue on Intellij14 + Mac - the solution that worked for me was toġ) Open intellij - select add android sdk from the project settings section, select the android-sdk-macrox root directoryĢ) the sdk manager pops up - download at least 1 package.ģ) Restart intellij (without this restart, it didnt seem to work) Check out "SDK Readme.txt" in the SDK directory for more. Then download one or more of the platforms. On linux, run tools/android under the SDK to run the Android SDK Manager. Please note you have to define the JDK before the Android SDK.

Click on 'New', select 'JDK' and choose the path to your JDK.On the right navigation pane, you should see a drop-down list displaying ''.On the left navigation pane, click on 'Project Settings->Project'.Press Ctrl+ Shift+ Alt+ S (to access the Project Structure dialog).I then press OK for 1.6.įinally the computer then reports it cannot find any Android targets in this SDK.īefore creating a new Android Project on IntelliJ Idea, you need to configure the Java and Android Development Kits at the IDE level.Īssuming you already installed the JDK and the Android SDK and you just launched IntelliJ (I'm using version 13.0.2): It only gives me the choice of 1.6 (and not the other one 1.7). However, when I click OK a dialog box appears stating "Please select Java SDK". I then find the directory c:\Program Files (x86)\Android\android-sdk. I click the ellipses (.) and the program can see my JDK files. The computer then shows Android SDK none. I give the project a name and select make Android module. I select create new project from scratch. Eclipse has Android SDK Manager installed just fine.) Unfortunately, I cannot get the Android SDK to be recognised on IntelliJ. I am trying to make Android programs using IntelliJ.
