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 Adding Users Using Parse.com Creating a New User on Parse

Raghda Talaa't
Raghda Talaa't
2,944 Points

Cannot use ParseLoginUI along with the Parse SDK

In my Ribbit project I'm using the Parse SDK and now i want to add the ParseLoginUI from here: https://github.com/ParsePlatform/ParseUI-Android

I've cloned the library from there into my eclipse and it's samples are working but i cannot use it inside my project.

Every time i tried to include it as a library to my project, it gives me this error [Jar mismatch! Fix your dependencies].

Any help!

How are you importing the library into eclipse? Are you using the import library inside android tools? Are the samples that are working, work in a different project or ran inside your current project. What are you trying to do with the library/How are you using it?

Did you follow the guide in the "read me" and the documentation on parse.com for getting started?