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 an Interactive Story App Intents and Multiple Activities Getting Data from an Intent

Why I keep getting this Log warning?

I keep getting this Log warning in all my apps, including this InteractiveStory app:

12-11 00:38:51.289 6311-6311/mx.alfonsocastro.interactivestory I/Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread.

I feel some sort of soft lag in UI interaction.

Android Studio 3.0.1 in a MacBook with intel

I HAVE googled, but it's so generic that they say a lot of stuff I don't understand (newbie in Android)

1 Answer

Ben Deitch
STAFF
Ben Deitch
Treehouse Teacher

Hey Alfonso!

I wouldn't worry too much about that one. That message pops up every once in a while. So unless you're seeing some larger issue, I'd say you're safe to ignore it.

Hope that helps!