-
Notifications
You must be signed in to change notification settings - Fork 47
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
Unable to build EVA Facial Mouse on emulator #25
Comments
Did you follow instructions in INSTALL file? |
Yes, I was following step by step the instructions in INSTALL.txt.
|
Did you install Android NDK version r13b+? |
Yes i followed the install, but doesn't work |
And i use the final version of ndk "16" |
Please, try with NDK version r13b+ and let me know whether you still have issues. |
i got the same error after using NDK version r13b+ |
Hi @rashedomar, I also had some issues. I post my configuration so that you can compare with your own. Android Studio: The SDK and NDK version can be checked in NDK: android-ndk-r13b (you can retrieve it directly from here: https://developer.android.com/ndk/downloads/older_releases.html) Finally, you have to configure the environment variable so that OpenCV can actually work. Take care special care with this step. Some time ago, I was retrieved with the ndk error due to the fact that this step was not correctly done. I hope you can run the code correctly. Please, keep me updated with your advances. |
@pegomez I have follow all steps , that you told me to do . |
The followed the instructions of the install file. Able to install the app on my device but it is crashing. |
Hi,
I was trying to build EVA facial mouse, I have correct path set for OPENCVHOME, and have android dk and ndk path in local.properties file as well. But, even after that if I try to build, it fails at this step:
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: