I have a fully working utility app that I assembled inside Google AI Studio. What I need now is a proper Android project that compiles into a Play-Store-ready AAB/APK, meets current Google policy requirements, and keeps every feature exactly as it behaves in the Studio preview. Core facts you should know up front • App category: Utility or tool • Access model: users must log in with their email and password (no social logins needed) The Studio export gives you the underlying code and assets; your job is to restructure, polish, and prepare it for release. That includes setting up the email-password authentication flow with secure storage, configuring Gradle, handling runtime permissions, adding the correct manifest declarations, signing the build, and supplying me with clear instructions (or scripts) so I can reproduce the release build myself. Acceptance criteria • Clean Android Studio project opens without errors • Debug build runs on Android 8+ devices exactly like the original prototype • Release build generates a signed AAB that passes Google Play Console pre-launch checks • Email/password login works, with user data stored safely and persistence across sessions • Final hand-off includes source code and a short README covering build steps and keystore usage If this sounds straightforward to you and you have recent experience getting apps through the Play Console review queue, let’s get it done.