-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
//external:android/crosstool depends on @androidndk//:default_crosstool in repository @androidndk which failed to fetch. no such package '@androidndk//': Could not read RELEASE.TXT in Android NDK: /home/nd/Android/Sdk/ndk/RELEASE.TXT (No such file or directory) #98
Comments
Can you report the following system information to help us understand your issue:
Moreover, do you install NDK by yourself? If it's installed by Android Studio, it's likely to be put into |
I can reproduce this issue with Android Studio 3.5 on Linux now. We will update install.md soon to mention this change. Thanks. |
The instruction of setting up MediaPipe with Android Studio is updated. See install.md. |
Dead link. I must note that the official documentation at https://developers.google.com/mediapipe/framework/getting_started/android still does not note the correct way to determine the ANDROID_NDK_HOME. Had I not read this conversation, I wouldn't have known what to do either. |
Adding new demos
I followed the instruction to set up Android Studio with MediaPipe. When I import the build file with bazel, error occured.
I opened the ndk folder but can't find
RELEASE.TXT
. But I did installed ndk in the Adroid Studio. Please give me some hint about this problem. Thanks anyway. :)The text was updated successfully, but these errors were encountered: