# android-apidemos **Repository Path**: jackgegitee/android-apidemos ## Basic Information - **Project Name**: android-apidemos - **Description**: A fork of Google's Android ApiDemos application, used for testing Appium - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-15 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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