Crash when initializing chromecast on device with no Google Services #115

Closed
opened 2026-04-24 23:08:03 +02:00 by adam · 3 comments
Owner

Originally created by @advplyr on GitHub (Apr 30, 2022).

After setting up a development environment and running the app using AndroidStudio I get the following exception:

E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.audiobookshelf.app, PID: 10734
    java.lang.RuntimeException: com.google.android.gms.cast.framework.zzat: com.google.android.gms.dynamite.DynamiteModule$LoadingException: No acceptable module com.google.android.gms.cast.framework.dynamite found. Local version is 0 and remote version is 0.
...

I am not an android developer but it seems like, the missing Google Play Services are the issue here.

@galaxyfar can you confirm that your installation has no Google Services either?

Originally posted by @rwa96 in https://github.com/advplyr/audiobookshelf-app/issues/153#issuecomment-1114008083

Originally created by @advplyr on GitHub (Apr 30, 2022). After setting up a development environment and running the app using AndroidStudio I get the following exception: ``` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.audiobookshelf.app, PID: 10734 java.lang.RuntimeException: com.google.android.gms.cast.framework.zzat: com.google.android.gms.dynamite.DynamiteModule$LoadingException: No acceptable module com.google.android.gms.cast.framework.dynamite found. Local version is 0 and remote version is 0. ... ``` I am not an android developer but it seems like, the missing Google Play Services are the issue here. @galaxyfar can you confirm that your installation has no Google Services either? _Originally posted by @rwa96 in https://github.com/advplyr/audiobookshelf-app/issues/153#issuecomment-1114008083_
adam added the bug label 2026-04-24 23:08:03 +02:00
adam closed this issue 2026-04-24 23:08:03 +02:00
Author
Owner

@rwa96 commented on GitHub (Apr 30, 2022):

@advplyr You can reproduce this bug easily by using the sdk emulator with a system image that doesn't include Google services btw. I don't know if this is obvious but I thought I'd mention it here since it might help you with debugging and avoiding this error in the future.

@rwa96 commented on GitHub (Apr 30, 2022): @advplyr You can reproduce this bug easily by using the sdk emulator with a system image that doesn't include Google services btw. I don't know if this is obvious but I thought I'd mention it here since it might help you with debugging and avoiding this error in the future.
Author
Owner

@galaxyfar commented on GitHub (May 7, 2022):

@advplyr can confirm v0.9.44-beta release has fixed this issue. Thanks a lot.

@galaxyfar commented on GitHub (May 7, 2022): @advplyr can confirm v0.9.44-beta release has fixed this issue. Thanks a lot.
Author
Owner

@advplyr commented on GitHub (May 7, 2022):

Great! Release notes: v0.9.44-beta

@advplyr commented on GitHub (May 7, 2022): Great! Release notes: [v0.9.44-beta](https://github.com/advplyr/audiobookshelf-app/releases/tag/v0.9.44-beta)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#115