mirror of
https://github.com/rebots-online/prl-wallet-26may2025-14h30.git
synced 2026-07-17 00:08:24 -04:00
pearlwallet
Initialize the Android project structure, implement the Obsidian Iridescence theme palette, and add necessary Gradle configurations for local development and Gemini API key management. |
||
|---|---|---|
| .build-outputs | ||
| app | ||
| assets/.aistudio | ||
| gradle | ||
| .env.example | ||
| .gitignore | ||
| build.gradle.kts | ||
| debug.keystore.base64 | ||
| gradle.properties | ||
| metadata.json | ||
| README.md | ||
| settings.gradle.kts | ||
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
- Open Android Studio
- Select Open and choose the directory containing this project
- Allow Android Studio to fix any incompatibilities as it imports the project.
- Create a file named
.envin the project directory and setGEMINI_API_KEYin that file to your Gemini API key (see.env.examplefor an example) - Remove this line from the app's
build.gradle.ktsfile:signingConfig = signingConfigs.getByName("debugConfig") - Run the app on an emulator or physical device