Android playground
Try every component on Android
Open the Android playground directory in Android Studio, let Gradle sync, select an emulator or connected device, and press Run. The command-line build writes a directly installable debug APK under the app build directory.
Real package, real runtime
The gallery uses the local Lumen package, so component behavior and tokens match the code in this repository.
Google Play · pending
Android store release is under review
The Android release is still awaiting Google Play approval. Until it is approved, run the local Compose playground or build the debug APK from the repository.
Local gallery
Run the Android playground
Choose the workflow that matches your development environment.
git clone https://github.com/santi020k/lumen.git
cd lumen
pnpm playground:android:buildopen apps/playground-androidInstalling locally versus publishing
You can run the gallery locally before configuring any store account.
- Debug APKs can be installed directly and do not require Play Console credentials.
- Google Play distribution requires a signed Android App Bundle and a Play Console application.
- Configure the release keystore outside source control before creating the production bundle.