Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotation processor error "Could not execute transformation" #6

Open
kiwiandroiddev opened this issue May 13, 2015 · 2 comments
Open

Comments

@kiwiandroiddev
Copy link

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.

@defHLT
Copy link

defHLT commented Jun 14, 2015

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

@kiwiandroiddev
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants