Errors building under Android
kyle-github opened this issue · 2 comments
kyle-github commented
This is from @GitHubDragonFly's comments in core library issue 189.
Another thing, related to your Tag.java, is that Android doesn't seem to like this line:
NativeLibrary.getInstance(Tag.JNA_LIBRARY_NAME)
It seems to be causing this error: "The SecurityManager implementation on this platform is broken; you must explicitly provide the class to register". I thought it was related to ASan libraries but it looks like I was wrong.
kyle-github commented
Fixed in PR #2.
kyle-github commented
This was fixed earlier, but I had not merged in prerelease into the release branch.