-
after creating a new project using
followed all quickstart guides but it seems to never compile past this, I am trying to compile for an android emulator 'x86_64-linux-android', any ideas? has anyone else faced the same? I am on fedora 41 workstation linux |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
That looks like problem related to Rust compilation, i.e. Cargokit or Rust, instead of flutter_rust_bridge. But you can search through frb's issue section, e.g. https://github.com/search?q=repo%3Afzyzcjy%2Fflutter_rust_bridge+linking+failed&type=issues, and see whether something solves the problem. For example, a common one: #1753 |
Beta Was this translation helpful? Give feedback.
That looks like problem related to Rust compilation, i.e. Cargokit or Rust, instead of flutter_rust_bridge. But you can search through frb's issue section, e.g. https://github.com/search?q=repo%3Afzyzcjy%2Fflutter_rust_bridge+linking+failed&type=issues, and see whether something solves the problem. For example, a common one: #1753