rinf targetting i686-linux-android with emulator being x86_64 #437
Open
Description
Report
Rinf is building for i686-linux-android
when running flutter run
when ignoring in on gradle, and emulator being x86_64.
> flutter run --debug
Launching lib/main.dart on sdk gphone64 x86 64 in debug mode...
Resolving dependencies...
Downloading packages...
args 2.4.2 (2.5.0 available)
collection 1.18.0 (1.19.0 available)
crypto 3.0.3 (3.0.5 available)
github 9.17.0 (9.24.0 available)
http 1.1.0 (1.2.2 available)
http_parser 4.0.2 (4.1.0 available)
path 1.8.0 (1.9.0 available)
petitparser 5.4.0 (6.0.2 available)
toml 0.14.0 (0.16.0 available)
version 3.0.0 (3.0.2 available)
Got dependencies!
10 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Compiling bin/build_tool_runner.dart to kernel file bin/build_tool_runner.dill.
INFO: Precompiled binaries are disabled
INFO: Building hub for x86_64-linux-android
INFO: Building hub for i686-linux-android
Steps to Reproduce
Create a new project, use a crate that targets x86_64 (like lancedb), and let the build fail. Running it with flutter build --platform-target android-x64
doesn't building for i686-linux-android
System Information
rustc 1.81.0 (eeb90cda1 2024-09-04)
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on Linux Mint 22 6.8.0-41-generic, locale en_US.UTF-8)
[!] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✗] Chrome - develop for the web (Cannot find Chrome executable at google-chrome)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✗] Linux toolchain - develop for Linux desktop
✗ GTK 3.0 development libraries are required for Linux development.
They are likely available from your distribution (e.g.: apt install libgtk-3-dev)
[✓] Android Studio (version 2024.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2024.2)
[✓] VS Code (version 1.92.2)
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 3 categories.
Metadata
Assignees
Labels
No labels