DeviceInstallApk Method AndroidLib - Beatsleigher Edition
Installs an application from the local computer to the Android device

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public bool InstallApk(
	string location,
	int timeout = -1
)

Parameters

location
Type: SystemString
Full path of apk on computer
timeout (Optional)
Type: SystemInt32
The timeout for this operation in milliseconds (Default = -1)

Return Value

Type: Boolean
True if install is successful, False if install fails for any reason
See Also

Reference