Documentation ¶
Overview ¶
Package gapidapk holds functions relating to the GAPID Android APK.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APK ¶
type APK struct { *android.InstalledPackage // contains filtered or unexported fields }
APK represents the installed GAPIR APK.
func EnsureInstalled ¶
EnsureInstalled ensures that gapid.apk with the specified ABI is installed on d with the same version as the host APK and returns the installed APK. If abi is nil or UnknownABI then the preferred ABI of the device is used.
func (APK) LibGAPIIPath ¶
LibGAPIIPath returns the path on the Android device to libgapii.so. gapid.apk must be installed for this path to be valid.
func (APK) LibInterceptorPath ¶
LibInterceptorPath returns the path on the Android device to libinterceptor.so. gapid.apk must be installed for this path to be valid.
Click to show internal directories.
Click to hide internal directories.