When building your app, check the resulting binary with the APK Analyzer, and ensure that
the built application binary includes the com.google.android.gms.location package, and
that its contents are not renamed or minified.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`GooglePlayServicesLocationLibraryNotLinkedException` occurs when the Fused Location Provider library is missing when using the Geospatial API in ARCore."],["To resolve this, ensure the Fused Location Provider library is included in your app and your ProGuard rules are set up correctly."],["Verify the library's inclusion and that it hasn't been renamed or minified within the APK using the APK Analyzer."],["This exception is thrown when `Session.configure()` is called with `Config.GeospatialMode` set to `ENABLED`, but the required location library is not linked."]]],["The `GooglePlayServicesLocationLibraryNotLinkedException` occurs when the Fused Location Provider library is missing from an Android app's binary. This happens when `Config.GeospatialMode` is enabled and `Session.configure()` is called. To resolve this, developers must include the Fused Location Provider library, ensure correct ProGuard rules, and verify the `com.google.android.gms.location` package is present and not modified using the APK Analyzer. Two public constructors are available: one with no arguments and one accepting a string message.\n"]]