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 trialYIMENG LI
785 PointsCan I use eclipse rather than Android Studio mentioned in class
Can I use eclipse rather than Android Studio mentioned in class
3 Answers
Gunjeet Hattar
14,483 PointsI guess it boils down to personal choice really. Agreed, Android Studio is the next big thing in Android, but lets not forget the what Eclipse had and continues to offer. One feature I really like is the GUI for editing manifest files etc.
But yes Android Studio in turn IntelliJ has better code completion, instead of pressing crtl + space in Eclipse and tons of other features.
But at core the processes thus the output will always be the same. So you could Eclipse if you wanted. Other than a few changes, there isn't much of a difference really. I personally have just shifted to Android Studio and its been a good experience so far in terms of coding quicker, but I keep going back to Eclipse for some older projects.
Good luck with it.
Charlie Thomas
40,856 PointsI believe it would be possible but I would not encourage it as support for eclipse android bundle will be dropped so its probably better to use android studio
Stone Preston
42,016 Pointsas charlie said eclipse is on its way out the door. Android Studio is the future of Android development. It is much easier to get up and running than eclipse, and much easier to use in my opinion. It would be best if you used android studio. Future android courses will most likely use android studio, not eclipse