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 Build a Simple Android App (2014) Getting Started with Android Introducing Java Variables

rob taylor
rob taylor
379 Points

im stuck on challange task 1

can anyone help

Name.java
String myName = "";
Ben Junya
Ben Junya
12,365 Points

What is challenge task 1? Please be more specific so we can help you!

Hello Ben Junya,

Depending on your screen layout, either off to the right or down at the bottom of the page should be a section that shows "Related Content" which in this case is the course Build a Simple Android App. If you follow the link that it provides(the whole course area should be a link), it will take you to the challenge in question.

1 Answer

Ben Junya
Ben Junya
12,365 Points

All you need to do is to put your name between the double quotes to make a string.

String myName = "Rob Taylor";

That's it!