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

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 this issue Feb 23, 2019 · 2 comments

Comments

@EhsanSetayesh
Copy link

EhsanSetayesh commented Feb 23, 2019

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
Copy link

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

@EhsanSetayesh
Copy link
Author

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.

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

2 participants