Problem working with jack enabled
See original GitHub issueI just started a very simple project and tried to use both ButterKnife and Jack compiler, but it seems they do not cope with each other well.
Gradle plugin version: 2.2.0-alpha5
in my module build.gradle I added:
compile 'com.jakewharton:butterknife:8.2.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.2.1'
And the error message is:
Error:Execution failed for task ':app:transformJackWithJackForDebug'.
java.lang.AssertionError: java.lang.IllegalArgumentException
Did I miss something or it’s just they are not compatible?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:22 (8 by maintainers)
Top Results From Across the Web
Fix the Headphone Jack Not Working in Windows 10
Solved: Headphones not working in Windows 10 · Method 1. Plug your headphone in and restart your computer · Method 2. Disable front...
Read more >How to Fix Headphone Jack Not Working on Laptop
6 Ways To Fix Your Laptop Headphone Jack Not Working · #1 Make sure your headphone is plugged in properly · #2 Make...
Read more >Is your headphone jack not working? Try these fixes
Is your headphone jack not working? Try these fixes · Check audio settings · Restart the device · Wipe the phone clean.
Read more >9 Ways to Fix an Unresponsive Audio Jack in Windows
1. Quick Fixes for an Unresponsive Audio Jack · 2. Enable Your External Audio Device · 3. Set Your Headphones as the Default...
Read more >Solved: Headphones jack not working - Dell Community
Inspiron · 1) Run the Audio Troubleshooter. a. Right-click on the Speaker icon in your taskbar. b. Click on Troubleshoot sound problems ·...
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
Jack, as a project, is dead.
I tried to change the ButterKnife version to 8.1.0 and it works well, but 8.2.0 and 8.2.1 complain exceptions above.