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 (2015) Updating the Data Model Getting the Whole Forecast

getSlotFromBufferLocked

I have this error;

E/Surface: getSlotFromBufferLocked: unknown buffer: 0xaa0f9340

And the app is catch alerUserAboutError();

Do you know what is going on?

Anyone or any Adroid teachers could help?

Ben Jakuben Ben Deitch

J A
seal-mask
.a{fill-rule:evenodd;}techdegree
J A
Full Stack JavaScript Techdegree Student 4,646 Points

Without your code, it's hard to help you debug. Did you start with a working Stormy app from the previous course or did you use the one at the beginning of the teacher's notes in this course?

A quick Google of the error shows that it might be specific to Marshmallow, assuming your app was working otherwise before. Consider falling back to Lollipop.

http://stackoverflow.com/a/33262012/1577649