InvalidManifestAttributeException

class InvalidManifestAttributeException(val attribute: String, val apkName: String) : RuntimeException

Thrown when an AndroidManifest.xml of an APK has an invalid or missing required attribute.

Constructors

Link copied to clipboard
constructor(attribute: String, apkName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard