Android-InstallInBackgroundSample icon indicating copy to clipboard operation
Android-InstallInBackgroundSample copied to clipboard

Runtime exception

Open RodrigoGontijo opened this issue 7 years ago • 2 comments

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?

RodrigoGontijo avatar Apr 07 '17 19:04 RodrigoGontijo

Hello! Could you solve this?

s-ilnar avatar Dec 18 '18 13:12 s-ilnar

Hello,

any update on this issue ? Did anyone manage to solve it? I noticed it is being thrown when creating the Stub object

phillipsgoncalves avatar Sep 08 '19 10:09 phillipsgoncalves