audius-client icon indicating copy to clipboard operation
audius-client copied to clipboard

App crash without Google Mobile Services

Open sliptype opened this issue 3 years ago • 0 comments

https://github.com/AudiusProject/audius-mobile-client/issues/152

The Audius Android App just crash during start on Android 12 GrapheneOS. I guess that GMS are required, likely because of the GoogleCast extension (https://www.npmjs.com/package/react-native-google-cast).

Logcat:

11-14 15:54:55.374 24303 24394 E unknown:ReactRootView: runApplication: call AppRegistry.runApplication
11-14 15:54:55.381 24303 24394 D SoLoader: init exiting
11-14 15:54:55.388  1235 11646 D ConnectivityService: requestNetwork for uid/pid:10221/24303 activeRequest: null callbackRequest: 199 [NetworkRequest [ REQUEST id=200, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10221 RequestorUid: 10221 RequestorPkg: co.audius.app] ]] callback flags: 0 priority: 2147483647
11-14 15:54:55.389  1235  1979 D ConnectivityService: NetReassign [200 : null → 100]
11-14 15:54:55.397  1235  1464 I ActivityTaskManager: Displayed co.audius.app/.MainActivity: +893ms
11-14 15:54:55.397  1235  1966 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=200, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10221 RequestorUid: 10221 RequestorPkg: co.audius.app] ]
11-14 15:54:55.399  1235  1966 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=200, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10221 RequestorUid: 10221 RequestorPkg: co.audius.app] ]
11-14 15:54:55.402  1235  1966 D OemPaidWifiNetworkFactory: got request NetworkRequest [ REQUEST id=200, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10221 RequestorUid: 10221 RequestorPkg: co.audius.app] ]
11-14 15:54:55.409 24303 24303 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
11-14 15:54:55.410 24303 24303 I MediaRouter: Skip setBluetoothA2dpOn(): types=8388615, isPlaybackActive()=false, BT route=null
11-14 15:54:55.415 24303 24303 I MediaRouter: Found default route: MediaRouter.RouteInfo{ uniqueId=android/androidx.mediarouter.media.SystemMediaRouteProvider:DEFAULT_ROUTE, name=Phone, description=null, iconUri=null, enabled=true, connecting=false, connectionState=0, canDisconnect=false, playbackType=0, playbackStream=3, deviceType=0, volumeHandling=1, volume=21, volumeMax=25, presentationDisplayId=-1, extras=null, settingsIntent=null, providerPackageName=android }
11-14 15:54:55.415 24303 24303 I MediaRouter: Unselecting the current route because it is no longer selectable: null
11-14 15:54:55.419 24303 24303 E ActivityThread: Failed to find provider info for com.google.android.gms.chimera
11-14 15:54:55.419 24303 24303 W DynamiteModule: Failed to retrieve remote module version.
11-14 15:54:55.420 24303 24303 W GooglePlayServicesUtil: Google Play Store is missing.
11-14 15:54:55.421 24303 24303 W DynamiteModule: Local module descriptor class for com.google.android.gms.cast.framework.dynamite not found.
11-14 15:54:55.421 24303 24303 I DynamiteModule: Considering local module com.google.android.gms.cast.framework.dynamite:0 and remote module com.google.android.gms.cast.framework.dynamite:0
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: CatalystInstanceImpl caught native exception
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: java.lang.RuntimeException: com.google.android.gms.dynamite.DynamiteModule$LoadingException: No acceptable module found. Local version is 0 and remote version is 0.
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.google.android.gms.internal.cast.zze.zzf(Unknown Source:51)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.google.android.gms.internal.cast.zze.zza(Unknown Source:1)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.google.android.gms.cast.framework.CastContext.<init>(Unknown Source:37)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.google.android.gms.cast.framework.CastContext.getSharedInstance(Unknown Source:6)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.reactnative.googlecast.GoogleCastModule$14.run(GoogleCastModule.java:445)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at android.os.Handler.handleCallback(Handler.java:938)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at android.os.Handler.dispatchMessage(Handler.java:99)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at android.os.Looper.loopOnce(Looper.java:201)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at android.os.Looper.loop(Looper.java:288)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at android.app.ActivityThread.main(ActivityThread.java:7840)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at java.lang.reflect.Method.invoke(Native Method)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.android.internal.os.ExecInit.main(ExecInit.java:48)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:355)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: Caused by: com.google.android.gms.dynamite.DynamiteModule$LoadingException: No acceptable module found. Local version is 0 and remote version is 0.
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.google.android.gms.dynamite.DynamiteModule.load(Unknown Source:8)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	at com.google.android.gms.internal.cast.zze.zzf(Unknown Source:41)
11-14 15:54:55.422 24303 24303 E unknown:ReactNative: 	... 15 more

sliptype avatar Feb 18 '22 21:02 sliptype