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 an Account and App on Parse.com

Steve Cortis
Steve Cortis
10,706 Points

Unable to receive test data.

I have had some problems with parse on Android Studio and so I switched to Eclipse. To get started quickly I downloaded the project files from this page and created an existing project with them. The app is working but no test data is received.

Has anyone encountered this problem?

2 Answers

Steve Cortis
Steve Cortis
10,706 Points

Please note.. that I have changed the Parse credentials in the RibbitApplication.java

Josh Gold
Josh Gold
12,207 Points

Hello Steve, I had the same problem also. I added the following to my Android Manifest.xml to resolve, immediately underneath the application tag:

        android:name="com.YourDevName.ribbit.RibbitApplication"

Where it says "YourDevName", use the second part of your package name.