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 -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -