Android Cleaner App is a lightweight Android utility for cleaning the contents of user-selected folders on shared storage.
- Shows a default list of common shared folders:
DCIM,Download,Documents,Pictures,Movies,Music - Lets users add custom absolute folder paths
- Calculates folder size before cleanup
- Cleans a single folder or all listed folders
- Keeps the folder list locally in
SharedPreferences - Uses a plain Android SDK build script without Gradle
- macOS or Linux shell environment
- Android SDK with:
- platform
android-36 - build-tools
35.0.0
- platform
- Java compiler available as
javac - Optional: Kotlin compiler bundled with Android Studio
yarn buildThe script produces a signed debug APK in:
dist/android-cleaner.apk
The app requests extended file access and then deletes folder contents recursively. It does not upload data and does not depend on external services.
- Add a proper app icon
AndroidManifest.xml
res/
src/com/tanotify/cleaner/
scripts/build-apk.sh
screenshot.jpg
This project is distributed under the MIT License. See LICENSE.
