Skip to main content
Import the Android SDK file into your project. Depending on the game engine, ensure it is loaded correctly.

Manifest Modification:

Make sure you have the following permissions inside the manifest file:
Next, add support for the following activities:
Note that the intent-filter includes a scheme acnative-identifier. Change the identifier to your game name (lowercase, no spaces). This change will be relevant when setting up your configuration model in Step 2 of the integration.