juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.13k stars 518 forks source link

Ubuntu IL2CPP: library "libil2cpp.so" not found #792

Open woroud2000 opened 1 year ago

woroud2000 commented 1 year ago

I tried to run the example on a real device (Android 12) with Ubuntu "21.04 (Hirsute Hippo)"

flutter doctor: [✓] Flutter (Channel stable, 3.3.10, on Ubuntu 21.04 5.11.0-49-generic, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1) [✓] Chrome - develop for the web [✓] Linux toolchain - develop for Linux desktop [✓] Android Studio (version 2021.3) [✓] Connected device (3 available) [✓] HTTP Host Availability

Exception log: Abort message: 'JNI FatalError called: Unable to load library: /data/app/~~U7PKby5LJ_mTU6ENriHTaA==/com.xraph.plugin.flutter_unity_widget_example-p09HW-k2sxSdH7Qpzuiobg==/lib/arm64/libil2cpp.so [dlopen failed: library "libil2cpp.so" not found]'

I already read this issue 667 and I tried every solution:

diogozup commented 1 year ago

i also am strugling with this issue.. no one have solution for linux?

wwwdwanfangdata commented 1 year ago

i also am strugling with this issue.. no one have solution for mac os?

yahya997 commented 1 year ago

any update?