-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
build successful but files are not copied and protobuf is not compiled #7
Comments
Please run
If you run |
Project structure changed recently, so if you have placed some files under |
oh i am sorry i read the build info as gpu for make and cpu for make install. its working now thank you . |
After running make, i get libmediapipe_c.so under bazel-bin/mediapipe_api. its not copied to SDK/Plugins and protobuf compiles were nowhere to be found.
the build was successful but had many warnings below is the result. everything is in order, openCV, android sdk are set correctly. i am able to build official examples too.
one thing i found was that the files it was trying to access were locked so i ran "sudo make" which gave
Either the path attribute of android_sdk_repository or the ANDROID_HOME environment variable must be set.
even thought it was already set.then i set it manually in workspace, then build completed succesfully after checking some caches in 5 seconds which didn't do anything.
result of make:-
what am i doing wrong? I'm sorry I am new to linux.
The text was updated successfully, but these errors were encountered: