August 2025
Intermediate to advanced
270 pages
6h 16m
English
Before you generate a bundle, let’s make sure a physical Android device can access the server running on our Mac. You already learned this lesson when working on your iOS build here—no need to demonstrate it again.
Android uses build variants[69] to represent different versions of your app that you can build. They are configured using a specific set of rules to combine settings, code, and resources configured in your build types. You’ll use build variants to set a different baseURL for debug (when run in the emulator) vs. release builds (when signed and uploaded to Google Play).
Start by opening the app’s build.gradle.kts and create a second build type, debug, under ...
Read now
Unlock full access