New Android Application Module

Hi,

I am trying to get started on android development, because I am a long time user of RubyMine I thought I will give a try to IntelliJ for android dev.

Installed IntelliJ 12, click `New Project` select `Android Module` click `New` on the `Project sdk` navigate to the latest Android SDK and click choose. I get the following error:

No Java SDK of appropriate version found. In addition to the Android SDK, you need to define a JSDK

How do I work around it? How do I create a new Android Project?

Thank you,

0
Avatar
Permanently deleted user

Hello,

There is no way to "work around" it. To make Android development with IntelliJ you need both Oracle Java SDK and Android SDK. After this message you'll be asked about a path to JSDK, and then Android SDK.

0
Avatar
Permanently deleted user

Hi Eugene,

Unfortunately all I have is the above message, nothing happens after I press ok, I don't get asked to select a java sdk.

Regards,

0
Avatar
Permanently deleted user

My solution,

My solution to this was to creata a project using the android sdk tools from command line, open it in IntelliJ, configure the java sdk and the android sdk.

Next time I select `Create Project` the configuration is preset to the previouse settings.

Regards,

0
Avatar
Permanently deleted user

Could you please try the latest IDEA 12.1 EAP to check if the problem is actual?

0
Avatar
Permanently deleted user

Will try this evening and get back to you,

Thank's for the reply

0

请先登录再写评论。