Skip to content Skip to sidebar Skip to footer

Intellij Idea 12 - New Android Application Module Wizard Fails With "cannot Find Resource Directory For Module"

The problem I'm facing is a very simple one... I can't get IntelliJ IDEA 12 to help me with the creation of an Android application module (project). After successfully installing I

Solution 1:

Remove java*.exe files which in C:\Windows\System32 folder.

It works

Solution 2:

Solution 3:

I removed the java*.exe files from C:\Windows\System32 folder and add the JAVA_HOME in the path environment by my jdk path(in my case is C:\Program Files\Java\jdk1.6.0_45)

Post a Comment for "Intellij Idea 12 - New Android Application Module Wizard Fails With "cannot Find Resource Directory For Module""