An open API service indexing awesome lists of open source software.

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.

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.

![](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.