This chapter discusses building RingQt applications for mobile platforms like Android. It provides instructions on downloading requirements like the Android SDK and NDK. It also covers installing Qt for Android and opening a sample project in Qt Creator. Some key points are made about developing RingQt apps for Android, such as using isandroid() to conditionally handle Android-specific code, avoiding repeated drawing of buttons, and always using layouts instead of manual positioning of controls. Determining images directly from resources on Android is also mentioned.