Git Product home page Git Product logo

Comments (8)

sigmaxipi avatar sigmaxipi commented on July 17, 2024 1

You'll need to install the Ninja build system. I haven't done this for Windows but with Ubuntu, sudo apt-get install ninja-build worked.

from godot_oculus_mobile.

lobinuxsoft avatar lobinuxsoft commented on July 17, 2024

@sigmaxipi Thanks for the response, I will install Ninja Build System and try to compile again, when I do I will give an answer to close the issue.

from godot_oculus_mobile.

m4gr3d avatar m4gr3d commented on July 17, 2024

@sigmaxipi @lobinuxsoft Based on your descriptions, the cmake/bin directory was not added to your environment variable PATH, hence why cmake doesn't see it.

@lobinuxsoft You should find a ninja.exe file in your C:/Users/Lobinux-Lenovo/AppData/Local/Android/Sdk/cmake/3.10.2.4988404/bin directory. Make sure to add that directory to the PATH environment variable.
That step is also described in the Setup guide.

from godot_oculus_mobile.

lobinuxsoft avatar lobinuxsoft commented on July 17, 2024

@m4gr3d I did everything they told me to do, but it didn't work out so I opted to completely uninstall Android Studio, erase all the environment variables, and reinstall everything from scratch ... if they work for me I will let you know so close this issue.

from godot_oculus_mobile.

m4gr3d avatar m4gr3d commented on July 17, 2024

@lobinuxsoft You can also validate that the ninja.exe binary is in the cmake/<version_dir>/bin directory.
If it's, you can validate your environment variable setup by launching cmd (or powershell) and typing ninja.exe. If the command is recognized, then the environment path variable is properly setup.

Hope that helps!

ps: If you're just looking to get access to the prebuilt binaries, you can use this project instead.
We're still setting it up, but once it's done, the plugin will also be available in the Godot asset library.

from godot_oculus_mobile.

lobinuxsoft avatar lobinuxsoft commented on July 17, 2024

It is indeed a problem of environment variables, maybe where the SDK is installed, probe changing the environment variable but still does not recognize the ninja.exe file ... do not worry I will look for a way to fix it, thank you for Help, you can close this issue.

from godot_oculus_mobile.

m4gr3d avatar m4gr3d commented on July 17, 2024

Thanks for the update! Feel free to re-open if you are still having issues building.

from godot_oculus_mobile.

lobinuxsoft avatar lobinuxsoft commented on July 17, 2024

I found what my mistake was, it is the environment variable that points to the NDK directory ... the variable points to "[Android Path]\Sdk\ndk", but it was wrong, since there is also the version number as a folder, correctly it would be "[Android Path]\Sdk\ndk\20.1.5948944".

from godot_oculus_mobile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.