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 trial2 Answers
Gunjeet Hattar
14,483 PointsYou 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
3,064 PointsHi Jeremy,,
Yes, you can use Java 8.
I'm using Java 8 for some time and everything works perfectly!