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 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
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:
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
@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.
@galaxyfar commented on GitHub (May 7, 2022):
@advplyr can confirm v0.9.44-beta release has fixed this issue. Thanks a lot.
@advplyr commented on GitHub (May 7, 2022):
Great! Release notes: v0.9.44-beta