Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App (2014) Getting Started with Android Setting Up an Android Development Environment for Windows

Jeremy Steinberg
Jeremy Steinberg
272 Points

Can I use Java 8?

Do I have to use Java 7 for the android course?

2 Answers

You need a minimum JDK to work with Android SDK. Up that version it will have no issues. So yes, you can use Java SE 8. I use both Java SE 6 and Java SE 8 Update20 (latest build). However Java 8 adds some new features which you can learn about incase you completely want to utilise it.

Hope this helps

Guilherme Mendonca
Guilherme Mendonca
3,064 Points

Hi Jeremy,,

Yes, you can use Java 8.

I'm using Java 8 for some time and everything works perfectly!