You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
Yes
The bug
With tagged release v1.130 I tried to rebuild the android app. I've been removing the comment on the gms inclusion from without issues until now but with this last version I got this building errors.
Keeping it commented out completes the build without issues.
The OS that Immich Server is running on
Version of Immich Server
Version of Immich Mobile App
Platform with the issue
Server
Web
Mobile
Your docker-compose.yml content
-
Your .env content
-
Reproduction steps
...
Relevant log output
...
> Task :app:minifyReleaseWithR8 FAILED
ERROR: Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in AndroidApps/immich/mobile/build/app/outputs/mapping/release/missing_rules.txt.
ERROR: R8: Missing class com.google.android.gms.common.GoogleApiAvailability (referenced from: boolean com.baseflow.geolocator.location.GeolocationManager.isGooglePlayServicesAvailable(android.content.Context))
Missing class com.google.android.gms.location.FusedLocationProviderClient (referenced from: com.google.android.gms.location.FusedLocationProviderClient com.baseflow.geolocator.location.FusedLocationClient.fusedLocationProviderClient and 4 other contexts)
Missing class com.google.android.gms.location.LocationCallback (referenced from: com.google.android.gms.location.LocationCallback com.baseflow.geolocator.location.FusedLocationClient.locationCallback and 4 other contexts)
Missing class com.google.android.gms.location.LocationRequest$Builder (referenced from: com.google.android.gms.location.LocationRequest com.baseflow.geolocator.location.FusedLocationClient.buildLocationRequest(com.baseflow.geolocator.location.LocationOptions))
Missing class com.google.android.gms.location.LocationRequest (referenced from: com.google.android.gms.location.LocationRequest com.baseflow.geolocator.location.FusedLocationClient.buildLocationRequest(com.baseflow.geolocator.location.LocationOptions) and 4 other contexts)
Missing class com.google.android.gms.location.LocationServices (referenced from: void com.baseflow.geolocator.location.FusedLocationClient.<init>(android.content.Context, com.baseflow.geolocator.location.LocationOptions) and 2 other contexts)
Missing class com.google.android.gms.location.LocationSettingsRequest$Builder (referenced from: com.google.android.gms.location.LocationSettingsRequest com.baseflow.geolocator.location.FusedLocationClient.buildLocationSettingsRequest(com.google.android.gms.location.LocationRequest) and 1 other context)
Missing class com.google.android.gms.location.LocationSettingsRequest (referenced from: com.google.android.gms.location.LocationSettingsRequest com.baseflow.geolocator.location.FusedLocationClient.buildLocationSettingsRequest(com.google.android.gms.location.LocationRequest) and 2 other contexts)
Missing class com.google.android.gms.location.SettingsClient (referenced from: void com.baseflow.geolocator.location.FusedLocationClient.isLocationServiceEnabled(com.baseflow.geolocator.location.LocationServiceListener) and 1 other context)
Missing class com.google.android.gms.tasks.OnCompleteListener (referenced from: void com.baseflow.geolocator.location.FusedLocationClient.isLocationServiceEnabled(com.baseflow.geolocator.location.LocationServiceListener))
Missing class com.google.android.gms.tasks.OnFailureListener (referenced from: void com.baseflow.geolocator.location.FusedLocationClient.getLastKnownPosition(com.baseflow.geolocator.location.PositionChangedCallback, com.baseflow.geolocator.errors.ErrorCallback) and 1 other context)
Missing class com.google.android.gms.tasks.OnSuccessListener (referenced from: void com.baseflow.geolocator.location.FusedLocationClient.getLastKnownPosition(com.baseflow.geolocator.location.PositionChangedCallback, com.baseflow.geolocator.errors.ErrorCallback) and 1 other context)
Missing class com.google.android.gms.tasks.Task (referenced from: void com.baseflow.geolocator.location.FusedLocationClient.getLastKnownPosition(com.baseflow.geolocator.location.PositionChangedCallback, com.baseflow.geolocator.errors.ErrorCallback) and 4 other contexts)
Additional information
No response
The text was updated successfully, but these errors were encountered:
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
With tagged release v1.130 I tried to rebuild the android app. I've been removing the comment on the gms inclusion from without issues until now but with this last version I got this building errors.
Keeping it commented out completes the build without issues.
The OS that Immich Server is running on
Version of Immich Server
Version of Immich Mobile App
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
...
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: