Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing when opening an item #2

Open
nikandlv opened this issue Oct 26, 2016 · 2 comments
Open

Crashing when opening an item #2

nikandlv opened this issue Oct 26, 2016 · 2 comments

Comments

@nikandlv
Copy link

Hi. Its a nice template and sample to learn from.
I did compiled the app and everything is fine but when i open a item it will crash on article detail fragment and activity. Heres the log cat
https://gist.github.com/nikandlv/8a0a1a573265109ddced383526ae6048

@andreasschrade
Copy link
Owner

I guess your view object (backdropImg) is null. Does view binding work for other elements? Maybe you can try to remove the line " Glide.with(this).load(dummyItem.photoId).centerCrop().into(backdropImg);" just for testing. Which butterknife version do you use?

@nikandlv
Copy link
Author

Removing that line did crashed as well.
Heres my gradle
compile "com.android.support:appcompat-v7:24.2.0"
compile "com.android.support:design:24.2.0"
compile "com.android.support:cardview-v7:24.2.0"

compile 'com.github.bumptech.glide:glide:3.6.1'
compile 'com.jakewharton:butterknife:7.0.1'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants