Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

library "libmaliinstr.so" not found.... in eclipse

Tags:

java

android

please help me. my Android application is an Alarm application that play on time in many Android devices, but my code has been error when played in some devices like Huawei Honor C3. the error is:

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...

like image 906
Muhammad Ali Avatar asked Sep 26 '14 17:09

Muhammad Ali


1 Answers

I guess some of the devices have missing library files. The same happened to me with opencl.so. In that particular case I found the opencl.so file on the device and had to do a symlink opencl.so.1 to that particular apps appdata.(In the appdata folder in the root directory).

like image 97
nick92 Avatar answered Oct 11 '22 14:10

nick92