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 Implementing Designs for Android Adding Push Notifications from Parse.com Adding a Custom Notification Icon

Ribbit project runtime error

I downloaded the project files provided by treahouse, and I run the app, here is the error log.

07-19 20:15:55.883: E/AndroidRuntime(21310): FATAL EXCEPTION: main 07-19 20:15:55.883: E/AndroidRuntime(21310): java.lang.NullPointerException 07-19 20:15:55.883: E/AndroidRuntime(21310): at com.teamtreehouse.ribbit.ui.InboxFragment$2.done(InboxFragment.java:65) 07-19 20:15:55.883: E/AndroidRuntime(21310): at com.parse.FindCallback.internalDone(FindCallback.java:45) 07-19 20:15:55.883: E/AndroidRuntime(21310): at com.parse.FindCallback.internalDone(FindCallback.java:31) 07-19 20:15:55.883: E/AndroidRuntime(21310): at com.parse.Parse$5$1.run(Parse.java:853) 07-19 20:15:55.883: E/AndroidRuntime(21310): at android.os.Handler.handleCallback(Handler.java:725) 07-19 20:15:55.883: E/AndroidRuntime(21310): at android.os.Handler.dispatchMessage(Handler.java:92) 07-19 20:15:55.883: E/AndroidRuntime(21310): at android.os.Looper.loop(Looper.java:137) 07-19 20:15:55.883: E/AndroidRuntime(21310): at android.app.ActivityThread.main(ActivityThread.java:5105) 07-19 20:15:55.883: E/AndroidRuntime(21310): at java.lang.reflect.Method.invokeNative(Native Method) 07-19 20:15:55.883: E/AndroidRuntime(21310): at java.lang.reflect.Method.invoke(Method.java:511) 07-19 20:15:55.883: E/AndroidRuntime(21310): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 07-19 20:15:55.883: E/AndroidRuntime(21310): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 07-19 20:15:55.883: E/AndroidRuntime(21310): at dalvik.system.NativeStart.main(Native Method)

1 Answer

Matheus G Oliveira
Matheus G Oliveira
9,682 Points

Hey Paul,

DId you go to File > Import > Android > Existing Android Code into Workspace > RibbitDesign_s8v6 folder?