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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -