This repository contains a minimal Android app project for a Xiaomi 14T device.
- Material 3 design
- Android 14 compatible project structure
- Ready to expand with your own UI and logic
- Install Java 17.
- Install Android Studio or the Android SDK command-line tools.
- Ensure the Android SDK path is available in
local.properties(for examplesdk.dir=C:\\Users\\<you>\\AppData\\Local\\Android\\Sdk). - Run
./gradlew assembleDebugto build the app.
- Open this folder as a project in Android Studio.
- Let Android Studio install the required Gradle plugin dependencies.
- Connect your Xiaomi 14T by USB.
- Enable Developer options and USB debugging on the phone.
- Click Run and choose your device.
app/src/main/java/com/example/xiaomi14tapp/MainActivity.kt– app entry pointapp/src/main/res/values/strings.xml– app labelapp/src/main/res/values/themes.xml– theme configuration
The app is intentionally simple as a starter. You can extend it with:
- battery monitoring
- camera controls
- settings screen
- custom Xiaomi-inspired design