java.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/com.test.mapp/app_files/.???" has bad ELF magic
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
When installing an APK, it automatically extracts the libraries of the right arch type and has them available for System.loadLibrary. But, if you're trying to load a non-standard library, the installer won't know your app has 32bit native code.
Solutions on the web
via Stack Overflow by Satish Navada
, 1 year agovia mozilla.com by Unknown author, 1 year ago
via Stack Overflow by Mr.Song
, 1 year agovia Stack Overflow by Unknown author, 2 years ago
via Stack Overflow by Unknown author, 2 years ago
via GitHub by GoogleCodeExporter
, 1 year agojava.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/com.test.mapp/app_files/.???" has bad ELF magic
at java.lang.Runtime.load(Runtime.java:331)