pearlwallet
Find a file
Robin Cheung, MBA 1cb72b7a83 chore: configure Android project and theme
Initialize the Android project structure, implement the Obsidian Iridescence theme palette, and add necessary Gradle configurations for local development and Gemini API key management.
2026-05-26 14:35:16 -04:00
.build-outputs chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
app chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
assets/.aistudio chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
gradle chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
.env.example chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
.gitignore chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
build.gradle.kts chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
debug.keystore.base64 chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
gradle.properties chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
metadata.json chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
README.md chore: configure Android project and theme 2026-05-26 14:35:16 -04:00
settings.gradle.kts chore: configure Android project and theme 2026-05-26 14:35:16 -04:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/81fd39b4-f5f4-4ac9-8528-ba215ac26d3a

Run Locally

Prerequisites: Android Studio

  1. Open Android Studio
  2. Select Open and choose the directory containing this project
  3. Allow Android Studio to fix any incompatibilities as it imports the project.
  4. Create a file named .env in the project directory and set GEMINI_API_KEY in that file to your Gemini API key (see .env.example for an example)
  5. Remove this line from the app's build.gradle.kts file: signingConfig = signingConfigs.getByName("debugConfig")
  6. Run the app on an emulator or physical device