Library "libmaliinstr.so" not found .... in the eclipse

Please help me. my Android app is an Alarm app that plays on time on many Android devices, but my code was an error when playing on some devices, such as the Huawei Honor C3. error:

09-26 18:17:19.119: E/linker(23841): load_library(linker.cpp:759): library "libmaliinstr.so" not found 09-26 18:17:19.121: E/(23841): appName=com.behroid.intelligentalarm, acAppName=com.android.cts.openglperf 09-26 18:17:19.121: E/(23841): 0 09-26 18:17:19.121: E/(23841): appName=com.behroid.intelligentalarm, acAppName=com.android.browser 

please give me some solution ...

+6
source share
1 answer

I think some of the devices do not have library files. The same thing happened to me with opencl.so. In this particular case, I found the opencl.so file on the device and had to make symlink opencl.so.1 for these appdata applications. (In the appdata folder in the root directory).

+1
source

Source: https://habr.com/ru/post/975898/


All Articles