Closed hiworld75018 closed 6 years ago
Please note that my app has 2 "flavors" (public and internal), hence the "transform...InternalDebug".
In the app gradle, I also added
aspectjx { includeJarFilter 'MyProject/aspectjx' excludeJarFilter }
The library source has one file: LibrarySDK.java (just like your demo)
Make sure that instant run is inactive because it conflicts with aspectjx
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