How do I set up IntelliJ IDEA for Android applications?
|
I've spent a day on trying to put all the pieces together, been in hundreds of sites and tutorials, but they all skip trivial steps. So here's the full guide:
New Project:
Compiling:
|
|||||||||||
|
|
The 5th step in "New Project' has apparently changed slightly since. Where it says android sdk then has the drop down menu that says none, there is no longer a 'new' button.
|
|||
|
|
|
Once I have followed all these steps, I start to receive error messages in all android classes calls like:
I revolved that including android.jar in the SDKs Platform Settings:
|
|||
|
|
|
Google has just released this link android studio early access preview |
|||
|
|
|
Just in case someone is lost. For both new application or existing ones go to File->Project Structure. Then in Project settings on the left pane select Project for the Java SDK and select Modules for Android SDK. |
|||
|
|

