Class | Description |
---|---|
CompatibleScreen |
CompatibleScreen abstracts the AndroidManifest element.
|
ConnectMojo |
Connect external IP addresses to the ADB server.
|
DeployApkMojo |
Deploys a specified Android application apk to attached devices and emulators.
|
DeployDependenciesMojo |
Deploys all directly declared dependencies of
<type>apk</type> in this project's pom.Usually used in a project with instrumentation tests, to deploy the apk to test onto the device before running the deploying and running the instrumentation tests apk. Automatically performed when running mvn integration-test (or mvn install ) on a project
with instrumentation tests. |
DeployMojo |
Deploys the apk(s) of the current project(s) to all attached devices and emulators.
|
DevicesMojo |
DevicesMojo lists all attached devices and emulators found with the android debug bridge.
|
DisconnectMojo |
Disconnect external IP addresses from the ADB server.
|
EmulatorStartMojo |
EmulatorStartMojo can start the Android Emulator with a specified Android Virtual Device (avd).
|
EmulatorStopAllMojo |
EmulatorStopeAllMojo will stop all attached devices.
|
EmulatorStopMojo |
EmulatorStartMojo can stop the Android Emulator with a specified Android Virtual Device (avd).
|
HelpMojo |
Display help information on android-maven-plugin.
Call mvn android:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
InstrumentMojo |
Runs the instrumentation apk on device.
|
LintMojo |
LintMojo can run the lint command against the project.
|
ManifestMergerMojo |
Manifest Merger V2
AndroidManifest.xml file. |
ManifestUpdateMojo | Deprecated
Use manifest-merger v2 mojo instead
ManifestMergerMojo |
MonkeyMojo |
Can execute tests using UI/Application Exerciser Monkey.
Implements parsing parameters from pom or command line arguments and sets useful defaults as well. |
MonkeyRunnerMojo |
Can execute monkey runner programs.
Implements parsing parameters from pom or command line arguments and sets useful defaults as well. |
PublishApkMojo | |
PublishListingMojo | |
PullMojo |
Copy file or directory from all the attached (or specified)
devices/emulators.
|
PushMojo |
Copy file to all the attached (or specified) devices/emulators.
|
RedeployApkMojo |
Reploys a specified Android application apk to attached devices and emulators.
|
RedeployMojo |
Undeploys and the deploys (= redeploys) the apk(s) of the current project(s) to all
attached devices and emulators.
|
RunMojo |
Runs the first Activity shown in the top-level launcher as determined by its Intent filters.
|
SupportsScreens | |
UIAutomatorMojo |
Can execute tests using ui uiautomator.
Implements parsing parameters from pom or command line arguments and sets useful defaults as well. |
UndeployApkMojo |
Undeploys a specified Android application apk from attached devices and emulators.
|
UndeployMojo |
Undeploys the apk(s) of the current project(s) to all attached devices and emulators.
|
UnpackMojo |
Unpack libraries code and dependencies into target.
|
ZipalignMojo |
ZipalignMojo can run the zipalign command against the apk.
|
Copyright © 2008–2019 simpligility technologies inc.. All rights reserved.