Cipher.so icon indicating copy to clipboard operation
Cipher.so copied to clipboard

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

Open EhsanSetayesh opened this issue 7 years ago • 2 comments

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

EhsanSetayesh avatar Feb 23 '19 13:02 EhsanSetayesh

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

vaishakhpj avatar Feb 26 '19 15:02 vaishakhpj

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.

EhsanSetayesh avatar Feb 27 '19 06:02 EhsanSetayesh