android - gradle does not add native libraries from fresco -
i want add fresco project according official site put
compile 'com.facebook.fresco:fresco:0.9.0+'
into gradle file. after running apk fails on unsatisfiedlinkerror. looked .apk , there no /lib folder should contain .so files. found out on internet gradle doesn't support .so files have seen projects got working, there must way.
thanks in advance
Comments
Post a Comment