Hello, I have a project in which the application depending on an android library module. Both the app and library modules depend on another jar, say foo.jar. foo.jar is installed on to device already. When I compile the library module, foo.jar will get included in the "libs" directory of the .aar package. This additional copy of foo.jar would cause runtime error -- "java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation".
So Is it possible to exclude a dependency jar from .aar package? Thanks Jia -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
