Android Cleaner is a simple utility to clean up your Android device. The main feature is the automatic backup of possibly useful files.
USB debugging must be enabled on your device.
- Connect your phone to your computer via USB.
- Execute command in shell:
Enjoy the result 🙂
./android-cleaner
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