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 -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -