ycomp
ycomp

Reputation: 8573

Can I use whatever JDK version I want to create Android apps?

I can use whatever JDK version I want to create Android apps?

Upvotes: 0

Views: 1825

Answers (4)

cavallo
cavallo

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

Lucifer
Lucifer

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

Stefan
Stefan

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

Yugandhar Babu
Yugandhar Babu

Reputation: 10349

JDK 5 or 6 is required.

For more information see System Requirements

Upvotes: 2

Related Questions