Resources are not getting bind with version 8.2.1
See original GitHub issueHi, 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:
- Created 7 years ago
- Comments:10 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Two days back I updated the version, It started working. Thank you.
Same here - I gett NullPointerException when trying to set Layout Manager on RecyclerView, so I went to
7.0.1