Signup/Sign In

Exporting Project as Android App SDK in Unity

The different steps to export an android build game in Unity are:

  1. First of all you must have the Android SDK

    Exporting Android Build Game

  2. If you don't have the Android SDK, then you can download it from https://developer.android.com/studio/releases/sdk-tools.html
  3. It is also must to have the JDK as well.

    Exporting Android Build Game

  4. Now, go to Edit → Preferences → External Tools
  5. You have to select the SDK Android Location, by clicking the Browse button.
  6. Also set the JDK Location as well, by clicking the browse button - C:\Program Files\Java\jdk1.8.0_25
  7. Now, you have to go to - Files → Build Settings Ctrl + Shift + B
  8. Insert all of your Game Scenes, i.e. unity files into the Scene In Build Pane of Build Settings window, that has popped up. You can do this by dragging those scenes and dropping them inside the Scene In Build location.

    Exporting Android Build Game

  9. Then, click on the Player Settings button of the Build Settings window. You will see a new set of options come out of the Inspector Pane
  10. From that player Settings pane, you can edit or update the Company Name, Product Name, Icon, cursor, Build Identifier and other such Game components and APK player settings. Also you can set the Minimum android API Level.
  11. Now Click Build button, (a build Android dialog box appears) to set the APK location for export. Give it a File-name, and click Save.
  12. Wait until the build gets fully loaded.
  13. Now you can check whether your apk file has been properly created or not.