gtbluesky / onnxruntime_flutter

A flutter plugin for OnnxRuntime provides an easy, flexible, and fast Dart API to integrate Onnx models in flutter apps across mobile and desktop platforms.
MIT License
68 stars 12 forks source link

Support for Android Emulator on x86 #13

Open derrickgw opened 5 months ago

derrickgw commented 5 months ago

I see that the plugin did support the android emulator for a single commit before that support was removed. I have checked out the commit just before x86 android support was removed and it seems to work.

What was the reason Android x86 support was removed? What needs to be done to restore that support?

gtbluesky commented 4 months ago

If there are many people who need this, I will add them back in the next version.

knma1992 commented 1 month ago

I was just wondering why could not run my app inside the emulator.

19Nazar commented 1 month ago

I was just wondering why could not run my app inside the emulator.

You have this error? Failed to load dynamic library 'libonnxruntime.so': dlopen failed: library "libonnxruntime.so" not found