libplctag/libplctag4j

Errors building under Android

kyle-github opened this issue · 2 comments

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.

Fixed in PR #2.

This was fixed earlier, but I had not merged in prerelease into the release branch.