# OfficeHelper Android Build

1. Open this `android/` folder in Android Studio.
2. Let Gradle sync with Android SDK 35.
3. Test on a physical Android device.
4. For a local APK: `./gradlew assembleDebug`.
5. For Google Play: create a private upload keystore, configure signing, then build a signed AAB.
6. Never publish or share the private keystore/password.
7. Complete Play Console privacy, Data Safety, content rating, screenshots and store listing.

The wrapper loads the live OfficeHelper website. For a deeper native app, replace the WebView shell with native screens/API integrations after requirements are finalized.
