0PricingLogin
Kotlin Multiplatform Academy · Lesson

Run the Android App from Studio

Build and deploy the Android target to an emulator.

Android First, On Purpose

Your shared Kotlin is ready, so let's see it live. We start with Android because Android Studio drives the whole build, end to end. 🚀

Pick the androidApp Module

The run configuration you want is the one for the androidApp module. It bundles your shared code into a real installable app.

All lessons in this course

  1. Run the Android App from Studio
  2. Open & Run the iOS App in Xcode
  3. How the iOS Framework Is Built
  4. Debug 'Shared Code Not Found' Issues
← Back to Kotlin Multiplatform Academy