Skip to content

A fork of Google's Android ApiDemos application, used for testing Appium

License

Notifications You must be signed in to change notification settings

testimio/android-apidemos

 
 

Repository files navigation

android-apidemos

Greenkeeper badge

A fork of Google's Android ApiDemos application, used for testing Appium

Building

android update project --subprojects --target android-19 --path . --name ApiDemos

ant clean debug

adb install -r ./bin/ApiDemos-debug.apk

Or npm run-script prepublish, which does the same thing.

emma build for testing code coverage

ant clean instrument

adb install -r ./bin/ApiDemos-instrumented.apk

About

A fork of Google's Android ApiDemos application, used for testing Appium

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%