We fixed some issues that were in 1.4.0-beta* but in the process we broken it for remote only aars.
This is already fixed and will be part of 1.5.0-beta3. On Fri, Nov 6, 2015 at 9:23 AM, Thasso Griebel <[email protected]> wrote: > Might be related, but the ticket references an issue with jar files, for > me this happens with aar in both 1.5.0-beta(1|2) but works fine with > 1.4.0-beta(4|5|6). > > On Friday, November 6, 2015 at 5:54:53 PM UTC+1, Ben Sandee wrote: >> >> >> Interesting, this bug seems related at an inverted level because it was >> fixed in 1.5.0-beta1 but was broken in the 1.4.0-beta series. >> >> https://code.google.com/p/android/issues/detail?id=188237 >> >> Ben >> >> On Fri, Nov 6, 2015 at 10:25 AM Thasso Griebel <[email protected]> >> wrote: >> >>> Hi, >>> >>> When adding an aar that contains native libraries (build with the >>> experimental plugin) as a dependency with either 1.5.0-beta1 or >>> 1.5.0-beta2, the native libraries are missing in the final APK. >>> >>> I simply add the aar as: >>> >>> dependencies { >>> compile 'my.group:nativelibs:1.0.0@aar' >>> } >>> >>> The aar contains the .so files for the supported platforms and the same >>> setup workes fine with 1.4.0-beta6. >>> >>> Should I consider this a bug or is there anything I need to add to >>> build.gradle with the 1.5.0 plugin ? >>> >>> Thanks, >>> -Thasso >>> >>> -- >>> 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. >>> >> -- > 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. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- 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.
