这意味着运行时试图找到匹配的方法,但未成功。造成这种情况的一些常见原因是:
- The library isn’t getting loaded. Check the logcat output for messages about library loading.
- The method isn’t being found due to a name or signature mismatch.
This is an error that happens quite
often. You can find more details about it on:
- Why do I get UnsatisfiedlinkError
Whenever doing native pre for cross-platform, any detail missing from your
toolchain will make your application to crash.



