Ibotta / gradle-aspectj-pipeline-plugin

A Gradle plugin for Android projects which performs AspectJ weaving using Android's bytcode manipulation pipeline.
Apache License 2.0
75 stars 15 forks source link

System.err: java.lang.NoSuchMethodError: No static method aspectOf()Lcom/jidu/lib/data_engine/FragmentViewAspect; in class Lcom/jidu/lib/data_engine/FragmentViewAspect; or its super classes #29

Closed DengFX2010105421 closed 1 year ago

DengFX2010105421 commented 2 years ago
image
jdvp commented 2 years ago

@DengFX2010105421 can you point to a sample project to see this issue or able to reproduce in sample? Being able to see code would be helpful in triaging

luisjfeliu commented 1 year ago

This error is unrelated to the ibotta aspectj plugin. The error was thrown on the project's code. @DengFX2010105421 you probably need to invalidate the gradle cache and re-build your app.

@jdvp I recommend closing out this issue.

DengFX2010105421 commented 1 year ago

@jdvp I have solved the issue, just downgrade the version to 1.2.0, cause i use kotlin 1.6.20, while version 1.4.0 needs kotlin 1.7.x. Thanks

eschlenz commented 1 year ago

Thanks, community, for helping out with this one! 👍