Skip to content

Command Line Options

David S edited this page Aug 12, 2016 · 2 revisions

--force, -f

Removes any existing application and wipes any associated application data for that application, before installing.

--no-prompt, -np

Does not prompt user for option [Implicit with options: -r, -f]

--update, --reinstall, -r

Reinstalls the app represented by the given APK. Does nothing if the app is not already installed.

-!np, --prompt

Prompts the user about options [Overrides: -np]

file

The path of an APK file. The path should exist, be a valid APK file, and end with the file extension .apk

Examples

APKInstaller test.apk

APKInstaller C:\somedir\and\some\more\directories\foo.apk

Clone this wiki locally