-
Notifications
You must be signed in to change notification settings - Fork 62
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
Dependency on armeabi-v7a reports an error #30
Comments
You need specify next code:
|
I will try to reproduce it from my side, but looks like crash in ONNX Runtime library. |
I see you are using old Gradle version. You probably need to update it. |
Because the project is relatively old, is it compatible with the old Gradle version? I found that there is no problem using this architecture ndk {abiFilters "arm64-v8a"}, but using this architecture will report an error ndk {abiFilters "armeabi-v7a"} |
i had the same issue ... this fixed it for me; https://onnxruntime.ai/docs/build/android.html#note-proguard-rules-for-r8-minimization-android-app-builds-to-work. |
When the main project depends on armeabi-v7a, it crashes directly. Silero is used.
ndk {
abiFilters "armeabi-v7a"
}
The text was updated successfully, but these errors were encountered: