Hi!,
I am using the library AppUpdating version 2.00.
When I call the method autoUpdate.UpdateApk(Result) I get the following error.
java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference
Before calling the method I get a True from "CheckInstallationRequirements" sub.
What I am doing wrong?
Many thanks in advance!
I am using the library AppUpdating version 2.00.
When I call the method autoUpdate.UpdateApk(Result) I get the following error.
java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference
Before calling the method I get a True from "CheckInstallationRequirements" sub.
What I am doing wrong?
Many thanks in advance!
Last edited: