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

NPE in 10.0.0-INCAP #2

Closed
stephanenicolas opened this issue Feb 1, 2019 · 4 comments
Closed

NPE in 10.0.0-INCAP #2

stephanenicolas opened this issue Feb 1, 2019 · 4 comments

Comments

@stephanenicolas
Copy link
Owner

stephanenicolas commented Feb 1, 2019

See JakeWharton#1230.

@tprochazka the issue has been addressed in version 10.0.0-INCAP-1. It will hit central in a few hours.
Can you confirm whether it works for you, please ?

@stephanenicolas stephanenicolas changed the title NullPointer exception in 10.0.0-INCAP NPE in 10.0.0-INCAP Feb 1, 2019
@tprochazka
Copy link

Thanks!
Now it looks that it works on the demo project, it is just necessary to add this

    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

But on a bigger project, there is still some issue. It fails at runtime because of the field which should be filled by Butterknife is empty I will try to reproduce it on the demo project. Currently, I just now that it happens when I'm using bind(@NonNull View target)

@stephanenicolas
Copy link
Owner Author

@tprochazka thx for testing the new artifact. Let's close this issue and open one with more details when you have some.

@tprochazka
Copy link

It was my fault, everything works correctly now. Thanks!

@stephanenicolas
Copy link
Owner Author

That's great. FYI, I am also gonna add Task Configuration Avoidance next week to this fork.

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