-
Notifications
You must be signed in to change notification settings - Fork 8
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
Project doesn't build #1
Comments
I also had trouble building this project (on Windows 10) as it was created with an (now) older Android Studio version. Step 0: PrerequisitesAssuming you've just cloned the fmo-android repo, make sure you
Step 1: Settings in Android Studio
Step 2: Changing Some Files
change that sequence to
Finished 🎉With these settings it was no issue getting this project to run on all of my devices which have the latest Android Studio installed. |
Hi @sverbach. I am following all these versions and related other things but still getting error NDK is missing a "platforms" directory. I have no idea how to resolve this issue Tried my best but not able to build code and run an apk in my Device. Waiting for your response. Thanks
|
I also had this error message first, I think it means that it couldn't locate the Android NDK. After that, make sure you point to the correct version in the project -> Under "Project Structure" -> Android NDK Location.
Hope that helps. Best, |
Hi @sverbach I am getting this error when rebuilding the Project Please check it and Let me know if any solution. Build file 'C:\Users\ArslanNasr\Downloads\fmo-android-master\fmo-android-master\app\build.gradle' line: 6 A problem occurred evaluating project ':app'.
|
I exactly followed what is written in the example, but project won't build. It gives error in find_package(OpenCV REQUIRED)
The error says
Could not find the file OpenCVConfig.cmake although I copied them into the folder. I am quite new in this, therefore making a issue for you to help me out.
The text was updated successfully, but these errors were encountered: