Unable to build for Android #1944
-
Hello,
Am i doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
So, I think I have fixed the issue, it seems like if you go to cmake folder and open build_external.cmake and in execute_process command remove extra -- before -j ${NUM_JOBS} it fixes the problem.
I have to manually edit EXTERNAL_INSTALL_DIR variable path to a path which has no spaces in a folder. It seems like problem is in build_external.cmake Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
So, I think I have fixed the issue, it seems like if you go to cmake folder and open build_external.cmake and in execute_process command remove extra -- before -j ${NUM_JOBS} it fixes the problem.
But, during build i am now getting another error, here's the list of errors: