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 trialrawa b
Courses Plus Student 128 PointsError when opning 7 days java.lang.NullPointerException
01-05 20:54:32.167 2973-2973/com.rawa.rawa.weatherapp E/AndroidRuntime: FATAL EXCEPTION: main java.lang.NullPointerException at com.rawa.rawa.weatherapp.ui.MainActivity.startDailyActivity(MainActivity.java:266) at com.rawa.rawa.weatherapp.ui.MainActivity$$ViewBinder$1.doClick(MainActivity$$ViewBinder.java:33) at butterknife.internal.DebouncingOnClickListener.onClick(DebouncingOnClickListener.java:22) at android.view.View.performClick(View.java:3511) at android.view.View$PerformClick.run(View.java:14105) at android.os.Handler.handleCallback(Handler.java:605) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4424) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) at dalvik.system.NativeStart.main(Native Method)
rawa b
Courses Plus Student 128 PointsThanke You Very very muchhhh Know its Working
Rebecca Rich
Courses Plus Student 8,592 PointsRebecca Rich
Courses Plus Student 8,592 PointsWhat is at line 266 of MainActivity.java?