Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

demidko/android-cleaner

Repository files navigation

Android Cleaner

Android Cleaner is a simple utility to clean up your Android device. The main feature is the automatic backup of possibly useful files.

Download

Usage

USB debugging must be enabled on your device.

  1. Connect your phone to your computer via USB.
  2. Execute command in shell:
    ./android-cleaner
    Enjoy the result 🙂

Build

You can build the utility yourself from the source code. If you are using Linux or macOS you need LLVM installed. If you are using Windows, you need Visual Studio installed and configure windowsVsVarsPath. Then, execute command in cloned repository:

./gradlew clean build