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

Fix: App crash on joining active hike due to google maps #206

Merged
merged 3 commits into from
Apr 17, 2023

Conversation

tanisha083
Copy link
Contributor

@tanisha083 tanisha083 commented Apr 3, 2023

Fixes #205

Describe the changes you have made in this PR -
The error log suggests an IncompatibleClassChangeError in the com.example.beacon process, with a message indicating that the code found an interface(com.google.android.gms.location.FusedLocationProviderClient) where a class was expected. This error can occur when different versions of the same library are used in the project, or when there is a mismatch between the libraries used by different modules or libraries. To fix this error below-mentioned change were made:

  • The resolutionStrategy block is used to force the version of the com.google.android.gms:play-services-location library to 21.0.1 for all dependencies in the project to resolve any conflicting dependencies.

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

@tanisha083 tanisha083 changed the title Fix 205 new hike crash Fixes#205 App crash on joining active hike due to google maps Apr 3, 2023
@tanisha083 tanisha083 changed the title Fixes#205 App crash on joining active hike due to google maps App crash on joining active hike due to google maps Apr 3, 2023
@tanisha083 tanisha083 changed the title App crash on joining active hike due to google maps Fix: App crash on joining active hike due to google maps Apr 3, 2023
@Omegaviv Omegaviv mentioned this pull request Apr 5, 2023
@techno-disaster techno-disaster merged commit 9083825 into CCExtractor:main Apr 17, 2023
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

Successfully merging this pull request may close these issues.

Android app crashes with IncompatibleClassChangeError
2 participants