Hi, We recently updated from gradle plugin 1.1.3 to 1.3.1. We still have the old eclipse project structure.
Our project has a external dependency on an AAR file that has a jar file in their assets folder. Prior to the upgrade, the APK generated used to contain that file. After the upgrade, the generated APK does not contain that file. If I list the contents of the build directory to find all jar files, I see that file there ./intermediates/exploded-aar/mygroup/debug/jars/assets/secondary.jar ./intermediates/exploded-aar/mygroup/debug/jars/classes.jar ./intermediates/exploded-aar/mygroup/debug/jars/libs/logger.jar Does anyone know why or how do we fix that in gradle to include that. Thanks, Akshat -- 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.
