Build App for Android

How to build the app for Android?

To build the app for Android run the project in the Android Studio and ensure that when you open the file, you are at the right folder:

  1. Open Android Studio (In our case, we used version 3.1.3).

  2. Click "Open an existing Android Studio project" and select the android folder then click open.

  3. Click the green play button to build the app.

  4. Select the required emulator and click ok (In our case, we used Nexus 5X API 28 x86).

  5. Navigate the app via the emulator.

Please ensure installing The Node Package Manager before building the app for Android.

To build the app for Android, follow these steps:

1. Open Android Studio:

2. Click "Open an existing Android Studio project" and select android folder then click open:

3. Click the green play button to build the app:

4. Select the required emulator and click ok:

5. Navigate the app via Android emulator.

Last updated