Setting up your system for Android mobile app development
There are some basic steps you need to perform to add the modules you need to your editor application so that your Unity Editor application is set up for Android mobile development.
How to do it...
To set up your system for Android mobile app development, do the following:
- Open the Unity Hub application and choose the Installs tab on the left.
- Now, for the version of the Unity Editor you wish to develop a mobile project for, click the settings “cog” button and click the Add modules button.
Figure 16.2: The Add modules button for an installed Unity Editor version in the Unity Hub application
- For Android development, check the Android Build Support modules for your application. Then ensure that both the OpenJDK and Android SDK & NDK Tools sub-modules are also checked, and click the Continue button.
Figure 16.3: Adding the Android Build Support with...