# clean_apk **Repository Path**: mirrors_appium/clean_apk ## Basic Information - **Project Name**: clean_apk - **Description**: APK used to clean up between tests for Appium. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Building After building `Clean.apk` run `java -jar unsign.jar Clean.apk` [unsign](https://github.com/bootstraponline/unsign) ## From Eclipse To build, use the export option in Eclipse. ![](img/eclipse_apk_export.png) ## From Command Line $ cd into/this/repo $ ant debug You should now have a `clean_apk-debug.apk` under the `bin/` directory. ## Notes Clean APK uses [Instrumentation](http://developer.android.com/reference/android/app/Instrumentation.html) which means the app process will be running when the data is cleared. Instrumentation runs from within the app process. Some apps may have issues with data being removed when the app is running.