forked from ankidroid/Anki-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: API crashes with UnsatisfiedLinkError
We needed a call to `System.loadLibrary("rsdroid")` ``` java.lang.UnsatisfiedLinkError: No implementation found for byte[][] net.ankiweb.rsdroid.NativeMethods.openBackend(byte[]) (tried Java_net_ankiweb_rsdroid_NativeMethods_openBackend and Java_net_ankiweb_rsdroid_NativeMethods_openBackend___3B) - is the library loaded, e.g. System.loadLibrary? at net.ankiweb.rsdroid.NativeMethods.openBackend(Native Method) ``` Fixes 14621 Fixes 14829
- Loading branch information
1 parent
a98992f
commit 63b5b52
Showing
2 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters