Leonardo

Results 48 comments of Leonardo

@ugurcany Thanks for reporting an issue! I will take a look and try to regenerate the bug!

@ugurcany I just found out why! I think your `ExtraBinder` class is proguarded. Therefore, the ExtraBinder wouldn't be able to find the class for you! ![screen shot 2016-03-15 at 6...

@ugurcany Can you share me part of your code so that I can regenerate the error? Is your `com.accenture.android.test.fragment.ViewPagerFragment$$ExtraBinder` class created?

Honestly, I couldn't really regenerate your issue. I added `Butterknife` in my sample app and copied your class and for me `ExtraBinder` worked fine. Seems like you are using `Butterknife`....

Oh Okay, I think I really need any sample app that causes this `ClassNotFoundException`.

@ugurcany Thanks so much! I think the annotation processor doesn't work properly if it is added in other than main module! I will take a look on this!

@ugurcany Seems like it work fine if `apply plugin: 'com.neenbedankt.android-apt'` is added in main project module. With APT plugin, I think the android processor work fine. I will still looking...

@ugurcany I tried to understand Android annotation deeply, I think I need to understand how `Butterknife` is working for such case. I can't really say when would I be able...

@ugurcany I think this might take longer than I thought! Sorry about this~

@ugurcany Not much I was busy with updating other apps. Do you have any idea for this?