Debojyoti Singha
Debojyoti Singha
@thehenrybyrd I am picking this task
> The translation doesn't work only when the language is translated via App settings, not device settings. "Manage Topics & Sites" is not the only translation with the issue. When...
> protoc-gen-dart `dart pub global activate protoc_plugin` run this command it will fix the issues > NOTE: DART SDK MUST BE INSTALL OR ADD `flutter` on top of `dart`
I want to add a fix for this task. Is anyone already doing this task? cc: @GaryQian @blasten
> A workaround that worked for me was adding the Erlang SDK first through `Project Structure >> Platform Settings >> SDKs` and then add the Elixir SDK. > > Then...
> > dlopen failed: cannot locate symbol "__extenddftf2" referenced by "/data/app/~~4t8ZBCcFskEbsMOKdY79Ag==/com.swing.hexagon.hexagon_flutter-OI2Iz7v_OHZHUI6KqbGHuw==/lib/x86_64/librust_lib.so" > > Looks like this symbol is not found, thus this may not be a bug of flutter_rust_bridge, but...
yeah exactly, trying to figure out whether there is any other way around. btw tried rusqlite, that too didn't worked on emulator.
Seems like even Mozilla also faced similar issues there is some NDK version issues, and setting up the compiler for x86_x64 - https://github.com/mozilla/application-services/issues/5165 - https://github.com/mozilla/application-services/pull/5442/files - https://github.com/mozilla/rust-android-gradle/pull/83
Thanks @gridbox for the suggestion. I am currently shifted to rusqlite. But not working on android emulator. Working fine on real device though. And working fine all other platforms too....
@fzyzcjy btw is there any way we can set NDK version?