Skip to content

Building

M M Arif edited this page Sep 9, 2024 · 1 revision

Building the app is straightforward. Ensure that the Android SDK is installed and properly set up before proceeding.

From there, you have two options to build the app.

Option 1

Download and install Android Studio, open the LabNex project in it, and wait for the studio to download all the required libraries. Once completed, build the project.

Option 2

Open the terminal, navigate to the project root directory using cd, and run ./gradlew assembleFree.

Clone this wiki locally