You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to instantiate ApplicationManager i´m getting a Runtime Exception, with following message: "Stub!"
The error throws here:
public abstract static class Stub extends android.os.Binder implements android.content.pm.IPackageInstallObserver {
public Stub() {
throw new RuntimeException("Stub!");
}
Could you help me?
The text was updated successfully, but these errors were encountered:
When i try to instantiate ApplicationManager i´m getting a Runtime Exception, with following message: "Stub!"
The error throws here:
public abstract static class Stub extends android.os.Binder implements android.content.pm.IPackageInstallObserver {
public Stub() {
throw new RuntimeException("Stub!");
}
Could you help me?
The text was updated successfully, but these errors were encountered: