Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@41323030 is not valid; is your activity running? #21

Closed
IstiN opened this issue Mar 5, 2014 · 3 comments
Labels

Comments

@IstiN
Copy link

IstiN commented Mar 5, 2014

http://crashes.to/s/16bdc5895de

android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@41323030 is not valid; is your activity running?
       at android.view.ViewRootImpl.setView(ViewRootImpl.java:653)
       at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:246)
       at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:69)
       at android.app.Dialog.show(Dialog.java:281)
       at android.app.AlertDialog$Builder.show(AlertDialog.java:951)
       at com.vk.sdk.VKOpenAuthActivity$OAuthWebViewClient.onReceivedError(VKOpenAuthActivity.java:142)
       at android.webkit.CallbackProxy.handleMessage(CallbackProxy.java:363)
       at android.os.Handler.dispatchMessage(Handler.java:99)
       at android.os.Looper.loop(Looper.java:137)
       at android.app.ActivityThread.main(ActivityThread.java:5041)
       at java.lang.reflect.Method.invokeNative(Method.java)
       at java.lang.reflect.Method.invoke(Method.java:511)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
       at dalvik.system.NativeStart.main(NativeStart.java)
@RomanTruba RomanTruba added the bug label Mar 7, 2014
@RomanTruba
Copy link
Contributor

So... is your activity running?
Show me your code plz

@IstiN
Copy link
Author

IstiN commented Mar 16, 2014

There are no code of our application. I can say only that you try to show error message when user already go away from VKOpenAuthActivity. So I think we can ignore this error. And my fix of this you can find there IstiN@53ce7be

@uny1001
Copy link

uny1001 commented Dec 29, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants