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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -