question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Resources are not getting bind with version 8.2.1

See original GitHub issue

Hi, I am seeing that view injector files are not getting generated while using butterknife.

Here is my gradle file :

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:24.1.0'
    compile 'com.google.firebase:firebase-core:9.2.1'
    compile 'com.google.firebase:firebase-storage:9.2.1'
    compile 'com.google.firebase:firebase-config:9.2.1'
    compile 'com.google.firebase:firebase-auth:9.2.1'
    compile 'com.google.firebase:firebase-database:9.2.1'
    compile 'com.jakewharton:butterknife:8.2.1'
    apt 'com.jakewharton:butterknife-compiler:8.2.1'
    compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

And this is project level build.gradle


buildscript {
    ext.kotlin_version = '1.0.3'
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.1.2'
        classpath 'com.google.gms:google-services:3.0.0'
        classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

I have been using butterknife for a while,but getting this issue for the first time.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rushabh1191commented, Sep 3, 2016

Two days back I updated the version, It started working. Thank you.

1reaction
janswistcommented, Jul 25, 2016

Same here - I gett NullPointerException when trying to set Layout Manager on RecyclerView, so I went to 7.0.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Known issues in Symantec Protection Engine 8.2.1 - TechDocs
Version 8.2.1 ... Following is a known issue of Symantec Protection Engine 8.2.1: ... then clean office files can also get quarantined.
Read more >
VMware Site Recovery Manager 8.2.1 Release Notes
vim.binding.lookup.ServiceRegistration is not visible from class loader" or "Unable to retrieve Site Recovery Manager summary data. interface ...
Read more >
Error running npm-install #1195 - nodejs/node-gyp - GitHub
Today, I started getting errors when running npm install for my web application. I seem to have traced it to npm-gyp. Here is...
Read more >
8. Configuration Reference — BIND 9 9.18.8 documentation
No backup versions are kept by default; any existing log file is simply appended. The versions option specifies how many backup versions of...
Read more >
Using the FHIR Validator - Confluence - HL7.org
8.2.1 Validating a single resource in a bundle ... You may not want to validate against that version, so the first thing to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found