loglifecycle icon indicating copy to clipboard operation
loglifecycle copied to clipboard

Annotation processor error "Could not execute transformation"

Open kiwiandroiddev opened this issue 10 years ago • 2 comments

I'm seeing:

What went wrong:
Execution failed for task ':appname:transformLogLifeCycleProcessorAbcDebug'.
> Could not execute transformation

This is with the following top-level build.gradle:

// ..
    dependencies {
        classpath 'com.android.tools.build:gradle:1.2.2'
        classpath 'com.github.stephanenicolas.loglifecycle:loglifecycle-plugin:1.0.3'
    }

And apply plugin: 'loglifecycle' added to the app module's build.gradle. Can provide more environment info if needed.

kiwiandroiddev avatar May 13 '15 02:05 kiwiandroiddev

Same error here. @kiwiandroiddev do you have things like Dagger or ButterKnife which use annotations?

defHLT avatar Jun 14 '15 18:06 defHLT

@mlatu yes we're using butterknife. Is there some sort of conflict?

kiwiandroiddev avatar Jun 15 '15 00:06 kiwiandroiddev