Run your project on Android

Run using 'Gradle' build system

This is a quick way to run your project on a device.

  1. Open 'Build Settings' (menu File  Build Settings…).

    • Switch to Android platform (select Android and click on Switch Platform).

    • Select Build System: Gradle.

    • Check Development Build.

      Android Build Settings dialog
  2. Attach Android device.

  3. Press Build and Run button.

    • For convenience, place your build in Export/Android file.

Export to and run from AndroidStudio

This way seems to be the safest option and definitely should be used for final release builds.

  1. Open 'Build Settings' (menu File  Build Settings…)

    • Switch to Android platform (select Android and click on Switch Platform)

    • Select Build System: Gradle (New)

    • Check Export Project

    • Check Development Build

      Android Build Settings dialog
  2. Press Export button

    For convenience, create Export/Android folder in your project and place there exported project.

  3. Open exported project in AndroidStudio.

    It is located in Export/Android/{{ProductName}} folder.

  4. Attach Android device.

  5. Click on a 'Run' button or select Run  Run from a menu.