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 Android Lists and Adapters Updating the Data Model Adding a New Data Model Object

Nataly Rifold
Nataly Rifold
12,431 Points

I'm having problems with the binding calsses - ActivityMainBinding and ActivityMainBinding Impl

after the change in the packages the app donesn't complier:

error: package Weather does not exist

In the ActivityMainBinding the Weather is in red public abstract void setWeather(@Nullable Weather.Current weather);

and I have no idea how to solve it

I figured this out... I changed the name of "Weather" package to "weather", then it works. Maybe Android Studio thinks com.teamtreehouse.stormy.Weather is a classname and tries to find the Weather class?

1 Answer

Nataly Rifold
Nataly Rifold
12,431 Points

Ye it works if the lower weather