Version: 2022.1
Building for Android
Digital distribution services for Android

Exporting an Android project

If you need more control over the build pipeline, you can export a Unity project as a Gradle project and import that into Android Studio. This is useful if you want more control over the build pipeline, want to see or modify the Android App Manifest that Unity generates for your application, or integrate Unity-powered features into another Android application.

Exporting

To export a Unity project for Android Studio:

  1. Select File > Build Settings.
  2. From the list of platforms in the Platform pane, select Android.
    Note: If Android is greyed out, set up your project for Android development.
  3. Enable Export Project.
  4. Click Export.
  5. Select the destination folder and click Select Folder to start the export process.

When Unity finishes exporting the project, you can open Android Studio and import the project. For more information, see Migrate to Android Studio.

Building for Android
Digital distribution services for Android