https://github.com/appium/clean_apk
APK used to clean up between tests for Appium.
https://github.com/appium/clean_apk
Last synced: about 1 year ago
JSON representation
APK used to clean up between tests for Appium.
- Host: GitHub
- URL: https://github.com/appium/clean_apk
- Owner: appium
- Created: 2013-03-08T16:27:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-01T16:31:37.000Z (almost 13 years ago)
- Last Synced: 2025-04-19T10:56:25.812Z (about 1 year ago)
- Language: Java
- Size: 604 KB
- Stars: 4
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
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.

## 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.