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 trialSteve Cortis
10,706 PointsUnable 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
10,706 PointsPlease note.. that I have changed the Parse credentials in the RibbitApplication.java
Josh Gold
12,207 PointsHello 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.