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

7 Answers

change the move to location to ....Ribbit\app\libs

it failed you put it back in same spot

Its gone, do this: right click on app>new>directory name it "libs" then find your parse .jar file and cut and paste it in to the new libs dir

P.S quit adding answers and just comment on this thread. We are ruining this thread.

Hi Ricky, You can try going in the file menu and clicking invalidate and restart. I believe that will fix your problem. If that doesn't work let me know, I might have another thing to try.

I would try going under tools>android>sync project with gradle files.

Make sure the Parse library is included in the res directory. After looking at your second screenshot_ Doug is definitely right. After making sure the parse jar file is in the res directory, organize your imports and it should fix it.

Doug Ray
Doug Ray
7,493 Points

Hey Ricky it actually looks like your not importing the parse package into this class. It is definitely a configuration issue either parse is not in the res directory or not imported into this class.

Hope that helps ! Doug

Ricky Sparks
Ricky Sparks
22,249 Points

Is the Lib folder in Java directory or res directory.

Ricky my libs folder is in app directory.

Ricky Sparks
Ricky Sparks
22,249 Points

I cant drag my lib folder out of my java directory?

Try to cut and paste it