I have 2 modules in my project
Moudle 1:
libs/armeabi
Module 2:
libs/armeabi
libs/armeabi-v7a
In order to successfully run the app, I have to remove armeabi-v7a
folder completely, otherwise the .so
libs in Module 1
armeabi
folder won't load
Why ?