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 trialRicky Sparks
22,249 PointsRibbit App has an error in manifest file (screenshot included).
7 Answers
rp74
7,462 Pointschange the move to location to ....Ribbit\app\libs
rp74
7,462 PointsHi 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.
Ricky Sparks
22,249 PointsI did and this is what happened
rp74
7,462 PointsI would try going under tools>android>sync project with gradle files.
Ricky Sparks
22,249 Pointsnothing changed?
rp74
7,462 PointsMake 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
7,493 PointsHey 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
22,249 PointsIs the Lib folder in Java directory or res directory.
rp74
7,462 PointsRicky my libs folder is in app directory.
Ricky Sparks
22,249 PointsI cant drag my lib folder out of my java directory?
rp74
7,462 PointsTry to cut and paste it
Ricky Sparks
22,249 PointsThanks :D but which one do I choose? http://i.imgur.com/Dpwis5n.png?1
Ricky Sparks
22,249 PointsWhere did it go?
rp74
7,462 Pointsrp74
7,462 Pointsit failed you put it back in same spot
rp74
7,462 Pointsrp74
7,462 PointsIts 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.