Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: android support #1

Open
ad7718 opened this issue Jun 11, 2018 · 1 comment
Open

Feature request: android support #1

ad7718 opened this issue Jun 11, 2018 · 1 comment

Comments

@ad7718
Copy link

ad7718 commented Jun 11, 2018

No description provided.

@TehLeo
Copy link
Owner

TehLeo commented Jun 11, 2018

Thank you for the feature request. I have been asked about Android support before. :)

At that time I had a quick look at that Android API and concluded:

  • Android support requires Java 8+ and which means Android API >= 24.

The reason for this is that the implementation uses Unsafe to read/write data. While API < 24 might provide Unsafe access, it might be limited, which I believe it is .

In order to support API < 24, another way to read/write to memory with the performance of Unsafe would have to be used.

Regarding support for Android API >= 24, I have not tested it, but if you have the hardware and time, you could give it a try. It might happen that it already works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants