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:
I've had the same issue today, but resolved it by moving jdk from c:\program_files\java to c:\home\java and updating the system path to it.
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""