Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore the intricate Android build process by manually reconstructing how Android Studio transforms source code into a functional APK in this 46-minute conference talk. Dive deep into the mechanics behind app compilation by bypassing the IDE and using command-line tools instead of Gradle to understand each critical step. Learn about Kotlin compilation, resource processing, DEX generation, APK packaging, and signing through hands-on demonstration of the complete build pipeline. Discover how to compile code, link resources, and sign APKs using manual processes that reveal the underlying operations typically hidden by automated build systems. Gain comprehensive knowledge of the Android build architecture that will enable you to optimize your own build processes, troubleshoot build issues more effectively, and develop a deeper appreciation for the complexity involved in transforming source code into deployable Android applications.
Syllabus
From Source Code to APK: A Manual Deep Dive into the Android Build Process
Taught by
Android Makers