0

when I create a Android project. IDEA has noticed error that this version is not support JDK 1.7. Does It true, or there are some problems with my machine. If it true, so I must install JDK 1.6 or older, right ?

I'm using latest version of IDEA (11 Ultimate).

thanks :)

hqt
  • 29,632
  • 51
  • 171
  • 250
  • see this link, it may help you. http://stackoverflow.com/questions/6873395/jdk-7-with-android-sdk-r13-in-windows-7 – kosa Feb 07 '12 at 15:38

2 Answers2

1

Using JDK 1.6 is recommended for Android development, so just install Java 6. Next IDEA update will allow to use JDK 1.7.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
0

A long time I get a headache with this. After I downgrade to JDK ver 6, It works fine. If you want to use JDK 7 (because It must, you should use Eclipse. It work well for me too :) )