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 Implementing Designs for Android Customizing a GridView for Friends Using a Custom Adapter for a GridView

Ricky Sparks
Ricky Sparks
22,249 Points

Why are all my Parse Constants marked red??? Stack overflow and Youtube are no help

Screen shot below.....

http://i.imgur.com/CnX8R5R.png?1

Ricky Sparks
Ricky Sparks
22,249 Points

When I fixed the cannot resolve R variable with all my R being highlighted red. I corrected my package name but then got all my parse constants marked red now??? Any suggestions :D

3 Answers

Jon Kussmann
PLUS
Jon Kussmann
Courses Plus Student 7,254 Points

In Android Studio try:

Build -> Clean Project Build - > Rebuild Project

Ricky Sparks
Ricky Sparks
22,249 Points

No use... What is Parse Constant

Ricky Sparks
Ricky Sparks
22,249 Points

Ok it was my Parse Constants Class. It had the wrong package name too.