-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unable to load libtor.so #36
Comments
Fix missing |
According to flutter run fails on x86_64 emulator · Issue #553 · breez/c-breez, this "cannot locate symbol "__extenddftf2"" error only happens when an app run on an Android x86_64 image. The issue doesn't exist on ARM (running the app on a connected physical Android) or just x86 emulator images. I just tried running the tor-0.0.3 example on an Android x86 image, and it worked. No "cannot locate symbol "__extenddftf2"" happened. |
How many build types it took android in example app ? Also how much total size of build folder ? |
It looks like Android NDK builds 2 The size of |
@nns52k how's it working for you lately? |
918f280 fix: build failure due to Android Studio dill files deletion (#81) c6a3401 Use `flutter test` in CI (#80) d56f1f2 chore: support build as a flutter module (#70) 969c49a fix insufficient sh permissions (#65) 97668e9 chore: fix typo in code (#63) dd10277 fix: use alias for shasum if sha1sum is found instead (#60) a5e2126 fix: building under nixos (#58) f756772 feat: print current dir when running pub get (Foundation-Devices#54) b063595 fix: build mode when using a flutter flavor (Foundation-Devices#51) c6d46d4 fix: add `/D` argument for cd to trigger drive change when changing directory (Foundation-Devices#53) a3b7352 chore: add rustup tests (Foundation-Devices#47) 6ea1624 Filter non-custom toolchains (Foundation-Devices#43) c2eaabd chore: fix variable name (Foundation-Devices#46) 229849d chore: get repo name from pull request (Foundation-Devices#45) f130c69 chore: don't hardcode repository url (Foundation-Devices#44) b5a5202 fix: run_build_tool.sh not passing through exit code (Foundation-Devices#38) 2b67021 feat: artifact provider should retry when reset by peer (Foundation-Devices#37) 523aa4a fix: typo in warning message (Foundation-Devices#36) 395ecbe fix: [windows] use bypass poweshell execution policy (Foundation-Devices#35) 632809a chore: specify hashes for CI actions (Foundation-Devices#34) 15bdc18 fix: symlink creation when building pods (Foundation-Devices#33) 7dbb078 feat: check for invalid snapshot version and recompile kernel (Foundation-Devices#32) git-subtree-dir: cargokit git-subtree-split: 918f28083f9ef24ce08b9e90d2c46e6a52812d5d
Does anyone encounter the same problem unable to load libtor.so, when
flutter run
?I was able to run the official example
~/.pub-cache/hosted/pub.dev/tor-0.0.3/example/
that came with this Flutter packagetor
without any problem, but running the same example in my new PC, that has newer versions of everything, I got the error mentioned.These are my tools that built the Android app that has the runtime error mentioned:
By the way, the instruction in GitHub - Foundation-Devices/tor: Tor plugin for Flutter is kind of confusing.
~/.pub-cache/hosted/pub.dev/tor-0.0.3/cargokit
that came with Flutter package tor-0.0.3?just generate
" to "To (re)generate Dart bindings,run
just generate"?The text was updated successfully, but these errors were encountered: