Reputation: 8573
I can use whatever JDK version I want to create Android apps?
Upvotes: 0
Views: 1825
Reputation: 4414
for android development you need either JDK 5 or JDK 6. this will help you better http://developer.android.com/sdk/requirements.html
Upvotes: 1
Reputation: 29642
yes you can do it.
Follow, following steps for it,
Right Click on your Project & select Properties.
Then from the left section Select Java Compiler & select the Version of the JDK you installed. If it is already selected then de-select it & try it.
Upvotes: 1
Reputation: 4705
Cited from the Android system requirements (http://developer.android.com/sdk/requirements.html):
Other development environments or IDEs
JDK 5 or JDK 6 (JRE alone is not sufficient)
Upvotes: 1
Reputation: 10349
JDK 5 or 6 is required.
For more information see System Requirements
Upvotes: 2