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] > <javascript:>> 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] <javascript:>. >> 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.
