'Error while building objectdetection3d example on Windows 10 wsl (Ubuntu 20.04.3) for Android

I'm following the steps (Mediapipe Android) to build an Android application(Objectdetection3d) using Mediapipe,I've successfully completed the installation procedure for Window's Subsystem for Linux (WSL) using Ubuntu 20.04.3

I'm now trying to build the objectdetection3d example from the Mediapipe repository on WSL by following these Mediapipe instructions.

I am specifying $ANDROID_HOME and $ANDROID_NDK_HOME with

export ANDROID_HOME=/mnt/c/Users/[USER]/AppData/Local/Android/Sdk
export ANDROID_NDK_HOME=/mnt/c/Users/[USER]/AppData/Local/Android/Sdk/ndk/21.4.7075529

Then, I am building the objectdetection example with

bazel build -c opt --config=android_arm64 mediapipe/examples/android/src/java/com/google/mediapipe/apps/objectdetection3d:objectdetection3d'
And I get this error :

Error

what should i do for solution ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source