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

Android

how 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

Harrison Court
Harrison Court
4,232 Points

You 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.