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
Not sure how this library and the IAP extension https://github.com/openfl/extension-iap correlate, but I get this error when I try to close the leaderboard:
E/OpenAL_SLES(12533): openal suspend E/dalvikvm(12924): Could not find class 'android.app.ActivityManager$TaskDescrip tion', referenced from method com.google.android.gms.games.ui.client.ClientFragm entActivity.instantiateGoogleApiClient E/dalvikvm(12924): Could not find class 'com.google.android.gms.games.ui.GamesFr agmentActivity$1', referenced from method com.google.android.gms.games.ui.GamesF ragmentActivity.onCreate E/dalvikvm(12924): Could not find class 'android.app.ActivityManager$TaskDescrip tion', referenced from method com.google.android.gms.games.ui.GamesFragmentActiv ity.updateTaskDescription E/dalvikvm(12924): Could not find class 'android.graphics.drawable.RippleDrawabl e', referenced from method com.google.android.gms.games.ui.util.UiUtils.construc tButtonBackground E/alsa_ucm( 345): del_from_list: Empty list E/alsa_ucm( 345): Modifier not enabled currently, invalid modifier E/dalvikvm(12924): Could not find class 'android.widget.ThemedSpinnerAdapter', r eferenced from method android.support.v7.widget.AppCompatSpinner$DropDownAdapter .<init> E/IabHelper(12533): In-app billing error: Illegal state for operation (handleAct ivityResult): IAB helper is not set up. E/AndroidRuntime(12533): FATAL EXCEPTION: main
When I disable the IAP extension, the error disappears.
The text was updated successfully, but these errors were encountered:
revanaii
changed the title
FATAL EXCEPTION when close leaderboard and use IAP extension in the game
FATAL EXCEPTION when close leaderboard and use IAP extension at the same time
Mar 1, 2016
Hmmm... Google Play Games opens a new activity and pauses the OpenFL's mainActivity. When you close the GPG UI, the mainActivity gets re-activated.
I understand that IAP puts some handles on the activity pause/resume events. I think this should be fixed inside IAP extension, or maybe you need to check how are you integrating IAP on your game.
Not sure how this library and the IAP extension https://github.com/openfl/extension-iap correlate, but I get this error when I try to close the leaderboard:
E/OpenAL_SLES(12533): openal suspend E/dalvikvm(12924): Could not find class 'android.app.ActivityManager$TaskDescrip tion', referenced from method com.google.android.gms.games.ui.client.ClientFragm entActivity.instantiateGoogleApiClient E/dalvikvm(12924): Could not find class 'com.google.android.gms.games.ui.GamesFr agmentActivity$1', referenced from method com.google.android.gms.games.ui.GamesF ragmentActivity.onCreate E/dalvikvm(12924): Could not find class 'android.app.ActivityManager$TaskDescrip tion', referenced from method com.google.android.gms.games.ui.GamesFragmentActiv ity.updateTaskDescription E/dalvikvm(12924): Could not find class 'android.graphics.drawable.RippleDrawabl e', referenced from method com.google.android.gms.games.ui.util.UiUtils.construc tButtonBackground E/alsa_ucm( 345): del_from_list: Empty list E/alsa_ucm( 345): Modifier not enabled currently, invalid modifier E/dalvikvm(12924): Could not find class 'android.widget.ThemedSpinnerAdapter', r eferenced from method android.support.v7.widget.AppCompatSpinner$DropDownAdapter .<init> E/IabHelper(12533): In-app billing error: Illegal state for operation (handleAct ivityResult): IAB helper is not set up. E/AndroidRuntime(12533): FATAL EXCEPTION: main
When I disable the IAP extension, the error disappears.
The text was updated successfully, but these errors were encountered: