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 Self-Destructing Message Android App Using Fragments for Tabs Modifying Tabs from the Template

Milad The Computer Guy
Milad The Computer Guy
20,287 Points

mSectionsPagerAdapter = new SectionsPagerAdapter(this,getSupportFragmentManager()); ERROR

I got this Error in my code, I have already checked the forum as well but can't find the solution, Help please. ERROR : Description Resource Path Location Type The method getSupportFragmentManager() is undefined for the type MainActivity MainActivity.java /Ribbit/src/com/miladMirkarimi/ribbit

Are you using Actionbarsherlock library? If not, please post your code for us to see what's wrong.

1 Answer

I think your MainActivity is not extending FragmentActivity. getSupportFragmentManager undefined