You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have imported a project in android studio with the option Generate from Build file BUILD
directories:
#readprojectsettings,e.g.,.bazelrc
.
-mediapipe/java
-mediapipe/examples/android
targets:
//mediapipe/examples/android/...:all
//mediapipe/java/...:all
android_sdk_platform:android-29
I am facing sync error
ERROR: /home/users/yogendra.singh/.cache/bazel/_bazel_yogendra.singh/2b078f59f89ffa98a61c405a3f330576/external/androidndk/BUILD.bazel:41:1: in cc_toolchain_suite rule @androidndk//:toolchain-libcpp: cc_toolchain_suite '@androidndk//:toolchain-libcpp' does not contain a toolchain for cpu 'k8'
I'd really appreciate it if someone could share the correct way of doing it. Thanks!
The text was updated successfully, but these errors were encountered:
I have imported a project in android studio with the option Generate from Build file
BUILD
directories:
#readprojectsettings,e.g.,.bazelrc
.
-mediapipe/java
-mediapipe/examples/android
targets:
//mediapipe/examples/android/...:all
//mediapipe/java/...:all
android_sdk_platform:android-29
I am facing sync error
ERROR: /home/users/yogendra.singh/.cache/bazel/_bazel_yogendra.singh/2b078f59f89ffa98a61c405a3f330576/external/androidndk/BUILD.bazel:41:1: in cc_toolchain_suite rule @androidndk//:toolchain-libcpp: cc_toolchain_suite '@androidndk//:toolchain-libcpp' does not contain a toolchain for cpu 'k8'
I'd really appreciate it if someone could share the correct way of doing it. Thanks!
The text was updated successfully, but these errors were encountered: