Building on Android
Build the simulator on Android!
Using the command-line
Last updated
Build the simulator on Android!
In Android phones and tablets with Termux installed with proot, you can comfortably build Nitrocid using the command line, since it's the most lightweight solution. However, you must have the prerequisites before being able to build Nitrocid.
It's recommended that you build the project on a powerful Android device as the building overhead may negatively impact the performance of your phone or tablet.
If you are a hardcore command-line user or if you prefer using the command-line, follow these steps to build Nitrocid right from the command line:
We recommend that you use make to build Nitrocid, since it automatically checks for .NET installation and prepares the environment
Last updated