All Projects → appium → Android Apidemos

appium / Android Apidemos

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

Programming Languages

java
68154 projects - #9 most used programming language

android-apidemos

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].