tvbarthel / BlurDialogFragment

Library project to display DialogFragment with a blur effect.
Apache License 2.0
2.09k stars 334 forks source link

Blur is not work when set ndk #78

Open ityancs opened 7 years ago

ityancs commented 7 years ago

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

ityancs commented 7 years ago

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!