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

Blur is not work when set ndk #78

Open
ityancs opened this issue Apr 11, 2017 · 1 comment
Open

Blur is not work when set ndk #78

ityancs opened this issue Apr 11, 2017 · 1 comment
Assignees
Labels

Comments

@ityancs
Copy link

ityancs commented Apr 11, 2017

If i set gradle like this
ndk { abiFilters "armeabi" }
blur is not work,
but
ndk { abiFilters "armeabi", "armeabi-v7a", "x86", "mips" }
works

@ityancs
Copy link
Author

ityancs commented Apr 17, 2017

ndk { abiFilters "armeabi", "armeabi-v7a"} is works!
Because of enable renderscriptSupportMode but there is not exist libRSSupport.so int armeabi, but has libRSSupport.so for armeabi-v7a!

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

No branches or pull requests

3 participants