-
Notifications
You must be signed in to change notification settings - Fork 30
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
smartAuth.requestHint getting crash #22
Comments
same issue, found any solution? |
Getting crash when smartAuth.requestHint email hint Crash report |
Any solutions on this? |
https://developers.google.com/android/guides/releases#february_15_2024 package update is needed Thanks in Advance! |
Hey @DurgeshSawantWYLD, can you share details of what changes you did in package to resolve this thing? |
Please author, we need an update! |
Getting crash when requestinh phone hint java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/auth/api/credentials/HintRequest$Builder; Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.auth.api.credentials.HintRequest$Builder" on path: DexPathList[[zip file "/data/app/~~b646lIclmArAMB3At_-jyw==/com.app-Lfbja4qsyhQwiTlaNeLhiA==/base.apk"],nativeLibraryDirectories=[/data/app/~~b646lIclmArAMB3At_-jyw==/com.app-Lfbja4qsyhQwiTlaNeLhiA==/lib/arm64, /data/app/~~b646lIclmArAMB3At_-jyw==/com.app-Lfbja4qsyhQwiTlaNeLhiA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/system_ext/lib64]] |
E/AndroidRuntime(15361): FATAL EXCEPTION: main |
I am not a Kotlin expert but I've managed to fix requestHint crash for the phone number ->
|
https://pub.dev/packages/phone_hint_android You can try this lib to get the phone number |
Hey guys, The fix for this issue is already on the main branch but it isn't yet uploaded to the pub.dev
See readme and the change log for more details. |
Fixed in version 3.0.0 |
Getting crash when requestinh phone hint
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/auth/api/credentials/HintRequest$Builder;
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.auth.api.credentials.HintRequest$Builder" on path: DexPathList[[zip file "/data/app/~~b646lIclmArAMB3At_-jyw==/com.app-Lfbja4qsyhQwiTlaNeLhiA==/base.apk"],nativeLibraryDirectories=[/data/app/~~b646lIclmArAMB3At_-jyw==/com.app-Lfbja4qsyhQwiTlaNeLhiA==/lib/arm64, /data/app/~~b646lIclmArAMB3At_-jyw==/com.app-Lfbja4qsyhQwiTlaNeLhiA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/system_ext/lib64]]
The text was updated successfully, but these errors were encountered: