This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/5e17dbd1-3707-4f2d-a67e-a25035e374b9
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
- If you have already published your app in AI Studio, please request upload key reset in Google Play Console.
