Hello World Android App does not compile in IDEA 9.0.1
Hello,
I am new to Android and tried to do a Hello World. I am using IDEA 9.0.1 on Windows 7 (JDK 6u18, Android SDK 2.1).
First I have set up an AVG
After that I've set up a new Android module using IDEA. Here is my configuration.
When I run the configuration I get the following error.
Can anyone help me on this?
Kind regards,
Silvio
Please sign in to leave a comment.
Accidently I have found the solution to the problem myself. I was using JDK6 in a 32bit instead of a 64bit version. After installing the 64bit version of the JDK (JDK6 update 18) everthing works fine.