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

M123 update: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/GoogleApiAvailability #102

Open
zakharvoit opened this issue May 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zakharvoit
Copy link

The crash happens on wolvic-chromium startup after updating to M123. The following workaround can be applied to mitigate the crash: bdf4585

The proper solution would be to add a correct Google Play Services dependency

 Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/GoogleApiAvailability;
                                                                                                    	at org.chromium.gms.ChromiumPlayServicesAvailability.getGooglePlayServicesConnectionResult(ChromiumPlayServicesAvailability.java:53)
                                                                                                    	at org.chromium.components.externalauth.ExternalAuthUtils.checkGooglePlayServicesAvailable(ExternalAuthUtils.java:262)
                                                                                                    	at org.chromium.components.externalauth.ExternalAuthUtils.canUseGooglePlayServices(ExternalAuthUtils.java:189)
                                                                                                    	at org.chromium.components.externalauth.ExternalAuthUtils.canUseGooglePlayServices(ExternalAuthUtils.java:212)
                                                                                                    	at org.chromium.components.signin.SystemAccountManagerDelegate.isGooglePlayServicesAvailable(SystemAccountManagerDelegate.java:251)
                                                                                                    	at org.chromium.components.signin.SystemAccountManagerDelegate.getAccountsSynchronous(SystemAccountManagerDelegate.java:91)
                                                                                                    	at org.chromium.components.signin.AccountManagerFacadeImpl$4.doInBackground(AccountManagerFacadeImpl.java:335)
                                                                                                    	at org.chromium.components.signin.AccountManagerFacadeImpl$4.doInBackground(AccountManagerFacadeImpl.java:330)
@zakharvoit zakharvoit added the bug Something isn't working label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant