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

missing libhub.so #483

Open
farbodpm opened this issue Nov 21, 2024 · 4 comments
Open

missing libhub.so #483

farbodpm opened this issue Nov 21, 2024 · 4 comments

Comments

@farbodpm
Copy link

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

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

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

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.

@temeddix
Copy link
Member

temeddix commented Nov 27, 2024

Github Actions tells us that compilation on Android works fine, but I'll do check the behavior on Android locally soon. Thank you for the report.

https://github.com/cunarist/rinf/actions/runs/12040870595

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