We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
apply plugin: 'loglifecycle'
The text was updated successfully, but these errors were encountered:
Same error here. @kiwiandroiddev do you have things like Dagger or ButterKnife which use annotations?
Sorry, something went wrong.
@mlatu yes we're using butterknife. Is there some sort of conflict?
No branches or pull requests
I'm seeing:
This is with the following top-level build.gradle:
And
apply plugin: 'loglifecycle'
added to the app module's build.gradle. Can provide more environment info if needed.The text was updated successfully, but these errors were encountered: