-
Notifications
You must be signed in to change notification settings - Fork 74
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
rinf targetting i686-linux-android with emulator being x86_64 #437
Comments
Hi @polvallverdu , thanks for the report :) Looks like this issue is somewhat similar to #413 Can you share if |
I've seen that issue, and running build with the platform argument just works, it won't try to build for x86. Running with --debug does the same. |
Hey @temeddix , I found out that it's hardcoded functionality when debugging https://github.com/cunarist/rinf/blob/main/flutter_package/cargokit/gradle/plugin.gradle#L136 I've forked the project, went to |
I will try to make a PR at Cargokit repo when I have time, but I cannot guarantee when it will be. Any help reaching out to Cargokit would be greatly appreciated in the meantime. As soon as Cargokit receives the fixed code, I will apply that to the main branch and publish a new Rinf version :) FYI, Rinf is using Cargokit under the hood. |
Ahh, didn't notice. I'll be opening an issue on cargokit then. Thanks |
Report
Rinf is building for
i686-linux-android
when runningflutter run
when ignoring in on gradle, and emulator being x86_64.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 fori686-linux-android
System Information
The text was updated successfully, but these errors were encountered: