Caused by: java.lang.UnsatisfiedLinkError: Couldn't load xxxx(this is the name of the library, i just made it xxx): findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:429)
at java.lang.System.loadLibrary(System.java:554)
这种崩溃有时会发生并不总是发生。它通常发生在Android 2.3设备上。令人困惑的是,为什么它并不总是发生,只是有时发生。我找不到关于这次崩溃的任何线索。它是否与 Android 2.3 不支持的某些 API 有关?
非常感谢!