cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
2.03k stars 72 forks source link

missing libhub.so #483

Open farbodpm opened 4 days ago

farbodpm commented 4 days ago

Report

I get this error : [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libhub.so': dlopen failed: library "libhub.so" not found

Steps to Reproduce

when I build the project or run it I get this error

System Information

flutter run 
//or
flutter build apk
temeddix commented 3 days ago

Hi, it looks like you're trying to build an Android app. Unfortunately the information seems to be insufficient for us to find out the cause. Do you mind sharing detailed system information, such as outputs from rustc --version, flutter --version, or some screenshots of the emulator that you're using?

farbodpm commented 1 day ago

I run flutter run on my android device.

 rustc --version
rustc 1.82.0 (f6e511eec 2024-10-15)
flutter --version
Flutter 3.24.5 • channel stable • https://github.com/flutter/flutter.git
Framework • revision dec2ee5c1f (11 days ago) • 2024-11-13 11:13:06 -0800
Engine • revision a18df97ca5
Tools • Dart 3.5.4 • DevTools 2.37.3
The Flutter CLI developer tool uses Google Analytics to report usage and diagnostic
data along with package dependencies, and crash reporting to send basic crash
reports. This data is used to help improve the Dart platform, Flutter framework,
and related tools.

Telemetry is not sent on the very first run. To disable reporting of telemetry,
run this terminal command:

    flutter --disable-analytics

If you opt out of telemetry, an opt-out event will be sent, and then no further
information will be sent. This data is collected in accordance with the Google
Privacy Policy (https://policies.google.com/privacy).
farbodpm commented 1 day ago

I did not add any new code and I just run the template. It seems that no library added or built. I also could not understand how to create library individually.