-
Notifications
You must be signed in to change notification settings - Fork 11
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
Android archive build #147
Comments
Hi, I'm not able to replicate that particular error. However, I'm having other compilation errors when building the AAR (working on a fix). Could you provide the following information?
|
Could you try your build with the latest |
Hi, Host operating system: Ubuntu 20.04.6 LTS (kernel 5.15.0-76-generic) Here is the complete error log:
Let me know if you need more information. |
Thanks for the extra info. I'm able to reproduce the problem on my machine (Ubuntu 22.04 LTS x86_64). It seems that the latest versions of Mediapipe started using Bazel 6.1.1. Running the AAR build command gives the exact problem you see. I will be working on a fix for this repo and rules_vulkan, as they share the same logic to select config settings. If possible for your use case, you could give it a try with Mediapipe v0.9.2.1 |
With Mediapipe v0.9.2.1 I was able to compile the Android build. Thanks! |
Hi, I merged a solution to master. It works with the latest version of Mediapipe and Bazel 6.1.1. Could you verify if it also works in your setup? Thanks :) |
Closing as inactive. Feel free to re-open the issue if the current version in master does not work. |
Hi @jadarve , Sorry for the delay I was able to build the Android archive with your latest changes, Bazel 6.1.1 and Mediapipe 0.10.3 Thank you for your help |
Cool! Thanks for reporting the issue 😄 |
Hi,
I'm trying to build the Android archive using
but I'm getting the following error
Can you tell me if I'm missing something?
Thanks
The text was updated successfully, but these errors were encountered: