The crash is due to the following fact, which has been changed in Android M
βIn previous versions of Android, if your application required the system to load a shared library with moving text, the system issued a warning, but still allowed to load the library. Starting with this version, the system rejects this library if your target version of the SDK for your application is 23 or higher.To help you determine if the library is loaded, your application should report a dlopen (3) crash and include a problem description text that dlerror (3) returns. For information on handling text movements, see this guide state "
for more information see link
source share