adwiv / android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file
The Unlicense
1.46k stars 435 forks source link

[RTM] Added null check on packageReleaseJniLibs #10

Closed renaudcerrato closed 8 years ago

renaudcerrato commented 8 years ago

Android gradle plugin 1.5.0 I got a packageReleaseJniLibs not found. I simply added a null check.

renaudcerrato commented 8 years ago

any update on that?

DoDoENT commented 8 years ago

I think this is not good fix, as it misses JNI libs from AAR. The one that works for me is to use mergeReleaseJniLibFolders instead of packageReleaseJniLibs

renaudcerrato commented 8 years ago

Ok. I'm not a gradle expert. I'll wait for your fix then.

adwiv commented 8 years ago

Thanks @DoDoENT and @renaudcerrato . I have updated the code that should work with gradle plugin 1.5.