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) Basic Android Programming Adding the onClick() Method

Michael Park
Michael Park
5,719 Points

R class was not generated

My r class under build/source was not generated when my project was created. How would I go about creating this class manually?

2 Answers

Albert Evangelista
Albert Evangelista
27,686 Points

I suggest you not touch the r classes. They are created automatically. Check your codes some more. And then check your codes again.

Michael Park
Michael Park
5,719 Points

Yes, but my r class does not show up on the left panel which leads me to wonder if it was ever created with the project.

In this lesson I need to refer to r so I am wondering if I can generate the class manually