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!
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
joshuawarrilow
Courses Plus Student 4,945 Pointshow do I code an app in java in a text editor without android studios?
I want to be able to code on computers that dont have android studios because I guess all computers come with a notepad of some sort
2 Answers

Harry Court
3,645 PointsYou can, but you can't.
You can write code in Notepad++, Sublime Text, etc. But the code wouldn't be assigned to anything when you paste the code in. You would have to go through every single line just to fix it.

Ben Deitch
Treehouse TeacherYou'd have to build from the command line.

Harry Court
3,645 PointsOh, Hello Ben!