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 trialMilad The Computer Guy
20,287 PointsmSectionsPagerAdapter = 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
1 Answer
Tom Williams
7,473 PointsI think your MainActivity is not extending FragmentActivity. getSupportFragmentManager undefined
Ankit B
4,180 PointsAnkit B
4,180 PointsAre you using Actionbarsherlock library? If not, please post your code for us to see what's wrong.