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

Java Local Development Environments Exploring Your IDE Introducing IDEs

Using Android Studio for straight Java development

Since Android Studio is built on IntelliJ IDEA can I use it for straight Java development or should I install IntelliJ IDEA as well?

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

Android Studio makes it impossible to start or configure a straight Java Project. That alone is reason enough to install IDEA alongside it.

Thanks for the feedback!

Jacob Bergdahl
Jacob Bergdahl
29,118 Points

No. You should definitely only use Android Studio for Android applications.

Thanks for the feedback!