kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
MIT License
3.08k stars 607 forks source link

embed 第三方aar后,新的aar不包含三方aar的jni里的so库 #387

Open songyao1987 opened 2 years ago

songyao1987 commented 2 years ago

Describe the issue Fat-aar Version 1.3.6 I tried to merge another aar(the aar includes jni libs), but I lose the jni libs(so file) in the final aar.

xialideng commented 8 months ago

后来怎么解决的?同样的问题

jarkeet commented 8 months ago

试试加上 repositories { flatDir { dirs 'libs' } }