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

Does this library work with 64bit Android App? #15

Open
sleski opened this issue Jul 5, 2019 · 2 comments
Open

Does this library work with 64bit Android App? #15

sleski opened this issue Jul 5, 2019 · 2 comments

Comments

@sleski
Copy link

sleski commented Jul 5, 2019

Because of render scrips files https://github.com/silvaren/easyrs/tree/master/easyrs/src/main/rs), does this lib work with Android 64bit App(arm64-v8a)?

@lenant
Copy link

lenant commented Sep 11, 2019

Did not work for me, could not release the app in the store.

Bundletool was giving me warning:
WARNING: App Bundle contains 32-bit RenderScript bitcode file (.bc) which disables 64-bit support in Android. 64-bit native libraries won't be included in generated APKs.

@thanksmister
Copy link

thanksmister commented Oct 6, 2019

Yeah, I have the same issue, I cannot create an APK with this library for 64 bit compatibility. I don't think the androidx version of RenderScript plays nicely. It seems to be related to the version of RenderScript (https://stackoverflow.com/questions/56356532/renderscript-and-playstore-64-bit-requirement/56477402). Internally this library uses the support version of RenderScript android.support.v8.renderscript. So your project would have to be reverted from androidX to use android.support.v8.renderscript instead or this library has to be updated to use androidx and also update the renderscriptTargetApi to at least 19, currently it is 16.

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

3 participants