Closed NotSpooky closed 3 years ago
There are instructions about how to do this here: https://github.com/google/mediapipe/blob/master/docs/getting_started/android_archive_library.md
Hi @NotSpooky, Please go through the link .And reach us if you still have any query. Thanks!
Thanks, it works!
I can build the Android example app with
bazel build -c opt --config=android_arm64 mediapipe/examples/android/src/java/com/google/mediapipe/apps/posetrackinggpu:posetrackinggpu
Is there a way to generate an AAR so I can import it from Flutter and use BlazePose from there?