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 trialjack carter
53 Pointsquestion
whats the software i have to douwnload is it java script
2 Answers
Ilja Daderko
8,953 PointsJavaScript is something we use web development / apps and should not be confused with java (a language we use for android dev). Typically you would need to download an editor that provides java development environment like Eclipse, NetBeans or IntelliJ IDEA. After that you would need to download android SDK files from their developer website and add them to your editor. After that you'll need an emulator.
However, there is new beta tool called Android Studio That I find really useful for android development, it has all sdk's built in together with emulators.
Treehouse even has a Android Tools course that explains how to use the studio ;) Hope this helps!
Ben Jakuben
Treehouse TeacherHi Jack,
Keep watching and you'll get your answer in the next video or two! Also good to remember: "Java and JavaScript both have similar names, but they are completely separate programming languages. They have about as much in common as a horse and horseradish."