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

[CAUSED BY DEPRECATED API] Only works with default configuration and Class not found when unmarshalling: com.google.android.gms.auth.api.signin.internal.SignInConfiguration #58

Open
oneseedfruit opened this issue Feb 3, 2021 · 2 comments · May be fixed by #63

Comments

@oneseedfruit
Copy link

oneseedfruit commented Feb 3, 2021

Godot 3.2.3
Android 10

This happens everytime when signing in if not using default configuration.

02-03 12:17:29.120  1494  3782 E Parcel  : Class not found when unmarshalling: com.google.android.gms.auth.api.signin.internal.SignInConfiguration
02-03 12:17:29.120  1494  3782 E Parcel  : java.lang.ClassNotFoundException: com.google.android.gms.auth.api.signin.internal.SignInConfiguration
02-03 12:17:29.120  1494  3782 E Parcel  : 	at java.lang.Class.classForName(Native Method)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at java.lang.Class.forName(Class.java:454)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.os.Parcel.readParcelableCreator(Parcel.java:3031)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.os.Parcel.readParcelable(Parcel.java:2981)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.os.Parcel.readValue(Parcel.java:2883)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.os.Parcel.readArrayMapInternal(Parcel.java:3261)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:292)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.os.BaseBundle.unparcel(BaseBundle.java:236)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.os.BaseBundle.getString(BaseBundle.java:1160)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.content.Intent.getStringExtra(Intent.java:8548)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at com.android.server.wm.ActivityStarter.startActivity(ActivityStarter.java:765)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at com.android.server.wm.ActivityStarter.startActivity(ActivityStarter.java:676)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at com.android.server.wm.ActivityStarter.startActivityMayWait(ActivityStarter.java:1778)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at com.android.server.wm.ActivityStarter.execute(ActivityStarter.java:607)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at com.android.server.wm.ActivityTaskManagerService.startActivityAsUser(ActivityTaskManagerService.java:1615)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at com.android.server.wm.ActivityTaskManagerService.startActivityAsUser(ActivityTaskManagerService.java:1512)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at com.android.server.wm.ActivityTaskManagerService.startActivity(ActivityTaskManagerService.java:1466)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.app.IActivityTaskManager$Stub.onTransact(IActivityTaskManager.java:1655)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.os.Binder.execTransactInternal(Binder.java:1021)
02-03 12:17:29.120  1494  3782 E Parcel  : 	at android.os.Binder.execTransact(Binder.java:994)
02-03 12:17:29.120  1494  3782 E Parcel  : Caused by: java.lang.ClassNotFoundException: com.google.android.gms.auth.api.signin.internal.SignInConfiguration
02-03 12:17:29.120  1494  3782 E Parcel  : 	... 20 more
@oneseedfruit oneseedfruit changed the title Class not found when unmarshalling: com.google.android.gms.auth.api.signin.internal.SignInConfiguration Only works with default configuration and Class not found when unmarshalling: com.google.android.gms.auth.api.signin.internal.SignInConfiguration Feb 3, 2021
@oneseedfruit oneseedfruit changed the title Only works with default configuration and Class not found when unmarshalling: com.google.android.gms.auth.api.signin.internal.SignInConfiguration [CAUSED BY DEPRECATED AI] Only works with default configuration and Class not found when unmarshalling: com.google.android.gms.auth.api.signin.internal.SignInConfiguration Feb 3, 2021
@oneseedfruit
Copy link
Author

oneseedfruit commented Feb 3, 2021

Found out the fix:

Screenshot_2021-02-03_20-05-48

Screenshot_2021-02-03_20-06-08

@oneseedfruit oneseedfruit changed the title [CAUSED BY DEPRECATED AI] Only works with default configuration and Class not found when unmarshalling: com.google.android.gms.auth.api.signin.internal.SignInConfiguration [CAUSED BY DEPRECATED API] Only works with default configuration and Class not found when unmarshalling: com.google.android.gms.auth.api.signin.internal.SignInConfiguration Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant