You're not telling us that you simply guessed right on how to use the System.loadLibr ary()
method, do you? You must've read the API in some documentation.
kind regards,
Jos
ps: you either have:
1) not loaded your library at all;
2) the loading of the library failed;
3) the wanted method is not in the library.
Comment