linisme / Cipher.so

A simple way to encrypt your secure data like passwords into a native .so library.
Apache License 2.0
1.31k stars 147 forks source link

ABIs [arm64-v8a,armeabi-v7a,armeabi] set by 'android.injected.build.abi' gradle flag contained 'ARMEABI' not targeted by this project. #35

Open EhsanSetayesh opened 5 years ago

EhsanSetayesh commented 5 years ago

hi guys . i faced this warning and i wonder to ask it here if anyone can help me thanks

and i did not have this warning until i added this library

vaishakhpj commented 5 years ago

Try abi filter in gradle build file as below ndk { abiFilters "armeabi-v7a", "arm64-v8a" }

EhsanSetayesh commented 5 years ago

thanks man actually i realized that this is because of gradle that not supported some architectures yet and nothing will not happened for app because of this warning so i leave it this way . if any one is not agree and has other opinions please write it down to share with us thanks all.