-
Notifications
You must be signed in to change notification settings - Fork 38
Description
While the pop-up is showing and working fine into Android simulator, it is not showing into Android real device. The screen becomes a bit dark and nothing happens for a while until I get an message about internal error and this is from output windows:
03-17 19:33:52.071 D/Mono (23762): DllImport searching in: '__Internal' ('(null)').
03-17 19:33:52.071 D/Mono (23762): Searching for 'java_interop_jnienv_call_float_method_a'.
03-17 19:33:52.071 D/Mono (23762): Probing 'java_interop_jnienv_call_float_method_a'.
03-17 19:33:52.072 D/Mono (23762): Found as 'java_interop_jnienv_call_float_method_a'.
03-17 19:33:52.167 I/Timeline(23762): Timeline: Activity_launch_request time:1588747248
03-17 19:33:52.201 W/ActivityThread(23762): handleWindowVisibility: no activity for token android.os.BinderProxy@d93c25a
03-17 19:33:52.208 I/Timeline(23762): Timeline: Activity_launch_request time:1588747289
03-17 19:33:52.232 D/ForceDarkHelper(23762): updateByCheckExcludeList: pkg: com.crossgeeks.googleclientsample activity: com.google.android.gms.auth.api.signin.internal.SignInHubActivity@13bbc14
03-17 19:33:52.232 I/chatty (23762): uid=10720(com.crossgeeks.googleclientsample) identical 1 line
03-17 19:33:52.233 D/ForceDarkHelper(23762): updateByCheckExcludeList: pkg: com.crossgeeks.googleclientsample activity: com.google.android.gms.auth.api.signin.internal.SignInHubActivity@13bbc14
03-17 19:33:52.552 W/RenderInspector(23762): DequeueBuffer time out on com.crossgeeks.googleclientsample/crc64b0fa0ee886816a21.MainActivity, count=10, avg=23 ms, max=34 ms.
It seems like it cannot find the SignInIntent when try to start the activity. As you can see, this is happening with Sample project