Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Ivo Manfron
41 PointsCould i use NeatBeans?
for my IDE?
1 Answer

tobiaskrause
9,159 PointsYou can make Android Apps with alsmost any Java IDE these days. Maybe you might want to use this plugin: http://plugins.netbeans.org/plugin/19545/nbandroid
I would still highly recommend Android Studio 2 since most Tutorials (not only Treehouse) out there are created with it.
Also all parts of the Android "Getting Started" are created in Android Studiohttps://developer.android.com/training/index.html
by the way. Android Studio is build on the Intellij IDEA from Jetbrains...a widely used Java IDE that is pretty common today.