Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown calling package name 'com.google.android.gms'. #771

Open
SaimaUsman0333 opened this issue Nov 20, 2024 · 1 comment
Open

Unknown calling package name 'com.google.android.gms'. #771

SaimaUsman0333 opened this issue Nov 20, 2024 · 1 comment

Comments

@SaimaUsman0333
Copy link

I am trying to show App Open Ad in my android app in the beginning of the app. The issue I am facing is that in the first run it says:

Failed to get service from broker.
java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'.
at android.os.Parcel.createExceptionOrNull(Parcel.java:2390)
at android.os.Parcel.createException(Parcel.java:2374)
at android.os.Parcel.readException(Parcel.java:2357)
at android.os.Parcel.readException(Parcel.java:2299)
at alvr.a(:com.google.android.gms@[email protected] (150400-694629214):36)
at alty.z(:com.google.android.gms@[email protected] (150400-694629214):150)
at albi.run(:com.google.android.gms@[email protected] (150400-694629214):54)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at bqws.lR(:com.google.android.gms@[email protected] (150400-694629214):1)
at bqws.dispatchMessage(:com.google.android.gms@[email protected] (150400-694629214):5)
at android.os.Looper.loop(Looper.java:264)
at android.os.HandlerThread.run(HandlerThread.java:67)

Unable to search this issue over the internet so posting here.

@sanoj26692
Copy link

I get the following error while trying to load a Interstitial Ad But when i tried the same code in empty activity without activity code ad was loaded and Showen. I used the same code listed here https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admob/InterstitialExample
FATAL EXCEPTION: main Process: com.jldevelopers.jlplayer, PID: 24776 java.lang.IllegalArgumentException: Parcel: unknown type for value com.google.android.gms.internal.ads.zzbsp@19c767a at android.os.Parcel.getValueType(Parcel.java:2409) at android.os.Parcel.writeValue(Parcel.java:2308) at android.os.Parcel.writeList(Parcel.java:1382) at android.os.Parcel.writeValue(Parcel.java:2460) at android.os.Parcel.writeValue(Parcel.java:2316) at android.os.BaseBundle.dumpStats(BaseBundle.java:1874) at android.os.BaseBundle.dumpStats(BaseBundle.java:1911) at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:152) at android.os.Handler.handleCallback(Handler.java:942) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:211) at android.os.Looper.loop(Looper.java:300) at android.app.ActivityThread.main(ActivityThread.java:8503) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants