This document provides instructions for building RingLibSDL games for Android. The key steps are: 1. Download the Android SDK, NDK, Ant, and JDK for development. Update the Android SDK to the desired API level (e.g. API 19). 2. Set up the project folder structure with the game source code and assets. 3. Build the native code using the NDK build command (ndk-build). 4. Create the Android package (.apk) file using the Ant debug command (ant debug). This allows games created with the Ring Game Engine to be packaged and run as Android applications. The sample project includes a ready-made Flappy Bird 3000