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
- Run the Android App from Studio
- Open & Run the iOS App in Xcode
- How the iOS Framework Is Built
- Debug 'Shared Code Not Found' Issues