Build and Run on Android device
- Open Unity Hub (Install link).
- Select
Installs. - Find the Editor you want to add the components to.
- Click the ⚙️ to the right of the version label, then select
Add Modules. (NOTE: If you didn’t install the Editor via the Hub, you might not see this option. To enable this option, install the Editor via the Hub) - In the Add Modules dialog, locate the
Android Build Supportto add, tick its checkbox and clickInstall.
- Open the project in Unity.
- Go to
File > Build Settings(Ctrl+Shift+B), selectAndroidand then click onSwitch Platform. - Make sure your Android device is set up for developer mode and USB debugging is enabled.
- Connect your Android device to your computer.
- Open Unity and load your project.
- Go to
File > Build and Run(Ctrl+B).
After the “Build and Run” step, your application should be installed and launched on your connected Android device.

