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 trialmark gilchrist
Courses Plus Student 33,169 Pointshow do you do this with android studio?
I want to do this course, but I have android studio set up and I am not downloading a second java IDE, is there a work round here?
# Paste your results here
1 Answer
Seth Kroger
56,413 PointsThe problem is Android Studio doesn't allow you to create a straight Java project, only Android ones. In order to work, I highly recommend installing IntelliJ. You can get Android Studio to recognize and run a simple existing Java project with a bit of finessing but you're more than likely to run into trouble later on.