HujiangTechnology / AspectJX-Demo

AspectJX Demo
Apache License 2.0
298 stars 69 forks source link

Project using aspectjx plugin #3

Closed hiworld75018 closed 6 years ago

hiworld75018 commented 7 years ago

Hi, I am trying to use aspects on an android project but build failed with the exception ` Execution failed for task ':app:transformClassesWithExtractJarsForInternalDebug'.

What I did to use aspectJX

Did I miss something ? Thanks for answering

hiworld75018 commented 7 years ago

Please note that my app has 2 "flavors" (public and internal), hence the "transform...InternalDebug".

hiworld75018 commented 7 years ago

In the app gradle, I also added

aspectjx { includeJarFilter 'MyProject/aspectjx' excludeJarFilter }

The library source has one file: LibrarySDK.java (just like your demo)

khataha92 commented 6 years ago

Make sure that instant run is inactive because it conflicts with aspectjx