For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create Android Build

Configure Android Settings:

After setting up the SDK configuration, you’ll also need to configure the Android settings. This ensures that your project includes the required Android dependencies for the Coda SDK.

  1. Go to the Coda menu: Coda → Modify Android Settings

  2. Verify dependency paths (leave defaults if unsure).

  3. Click Apply Android Settings to automatically insert the required dependencies

You can skip this "Configure Android Settings" section, if you have already did it before, the Android Settings needs to be configured only once, before the first build you create.

Create Android build:

Go to File → Build Settings and make sure your current scene is added under Scenes in Build. If it’s not listed, click Add Open Scenes, then click Build or Build And Run.

If you want to do "Build And Run" on physical device, make sure device is connected to your machine and is getting detected under Run Device dropdown, similarly if If you want to do "Build And Run" on android emulator, make sure your emulator is already running before you hit "Build And Run" and select your emulator as Run Device in Build Settings.

Last updated

Was this helpful?