• <legend id='K9z7z'><style id='K9z7z'><dir id='K9z7z'><q id='K9z7z'></q></dir></style></legend>
  • <small id='K9z7z'></small><noframes id='K9z7z'>

    <tfoot id='K9z7z'></tfoot>

          <bdo id='K9z7z'></bdo><ul id='K9z7z'></ul>

        <i id='K9z7z'><tr id='K9z7z'><dt id='K9z7z'><q id='K9z7z'><span id='K9z7z'><b id='K9z7z'><form id='K9z7z'><ins id='K9z7z'></ins><ul id='K9z7z'></ul><sub id='K9z7z'></sub></form><legend id='K9z7z'></legend><bdo id='K9z7z'><pre id='K9z7z'><center id='K9z7z'></center></pre></bdo></b><th id='K9z7z'></th></span></q></dt></tr></i><div id='K9z7z'><tfoot id='K9z7z'></tfoot><dl id='K9z7z'><fieldset id='K9z7z'></fieldset></dl></div>
      1. 致命异常:android.view.WindowManager$BadTokenException 无法

        时间:2023-09-29

            <tfoot id='4YyOB'></tfoot>

            <small id='4YyOB'></small><noframes id='4YyOB'>

            <legend id='4YyOB'><style id='4YyOB'><dir id='4YyOB'><q id='4YyOB'></q></dir></style></legend>
              <tbody id='4YyOB'></tbody>
          1. <i id='4YyOB'><tr id='4YyOB'><dt id='4YyOB'><q id='4YyOB'><span id='4YyOB'><b id='4YyOB'><form id='4YyOB'><ins id='4YyOB'></ins><ul id='4YyOB'></ul><sub id='4YyOB'></sub></form><legend id='4YyOB'></legend><bdo id='4YyOB'><pre id='4YyOB'><center id='4YyOB'></center></pre></bdo></b><th id='4YyOB'></th></span></q></dt></tr></i><div id='4YyOB'><tfoot id='4YyOB'></tfoot><dl id='4YyOB'><fieldset id='4YyOB'></fieldset></dl></div>
            • <bdo id='4YyOB'></bdo><ul id='4YyOB'></ul>

                • 本文介绍了致命异常:android.view.WindowManager$BadTokenException 无法添加窗口——令牌无效;您的活动正在运行吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我知道这个问题已经讨论过好几次了,但相信我,我从来没有得到任何有效的答案.在我的主要活动中,我使用了一些对话框来通知用户一些操作,但我在小米设备上大多(特别是 96%)得到这个特定的错误.`

                  I know this question is discussed several time but believe me i never got any answer working. In my Main Activity i have used few Dialog to inform user about some operations but i get this specific error mostly (specifically 96%) on Xiaomi devices. `

                  Fatal Exception: android.view.WindowManager$BadTokenException
                  Unable to add window -- token android.os.BinderProxy@f839de9 is not valid; is your activity running?
                  android.view.ViewRootImpl.setView (ViewRootImpl.java:697)
                  android.view.WindowManagerGlobal.addView (WindowManagerGlobal.java:347)
                  android.view.WindowManagerImpl.addView (WindowManagerImpl.java:94)
                  android.widget.Toast$TN.handleShow (Toast.java:463)
                  android.widget.Toast$TN$2.handleMessage (Toast.java:346)
                  android.os.Handler.dispatchMessage (Handler.java:102)
                  android.os.Looper.loop (Looper.java:163)
                  android.app.ActivityThread.main (ActivityThread.java:6377)
                  java.lang.reflect.Method.invoke (Method.java)
                  com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:904)
                  

                  com.android.internal.os.ZygoteInit.main (ZygoteInit.java:794)<代码>我介绍了每个 Dialog Show 方法,例如

                  com.android.internal.os.ZygoteInit.main (ZygoteInit.java:794) I covered each Dialog Show method like

                  if (!MainActivityNew.this.isFinishing())
                  dialogDownload.show();
                  

                  `但我仍然在发布模式下遇到此错误,主要是在 Xiaomi 设备上使用 Android 版本 7,请帮我解决过去一个月的这个问题.

                  ` But still i am getting this error in release mode mostly on Xiaomi Devices With Android Version 7, Please help me i stuck on this problem from past one month.

                  这是来自 firebase Crashlytics 的一些数据

                  Here is some data from firebase Crashlytics

                  设备100% 小米操作系统100% 安卓 7设备状态4% 背景

                  Devices 100% Xiaomi Operating systems 100% Android 7 Device states 4% background

                  推荐答案

                  这个问题不是因为Dialog,而是Toast.主要是这个 Toast 问题在上下文变为空的 android 7.1 版本中.这位先生创建了一个解决方案 Solution .我已经测试过了,效果很好.你可以试试这个.

                  This problem is not because of Dialog but with Toast. Mainly this Toast issue is in android 7.1 version where the context become null. There is a solution created by this gentleman Solution . I have tested and this is working very well. You can try this.

                   if (android.os.Build.VERSION.SDK_INT == 25) {
                                  ToastCompat.makeText(context, message, Toast.LENGTH_SHORT)
                                          .setBadTokenListener(toast -> {
                                              Log.e("failed toast", message);
                                          }).show();
                              } else {
                                  Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
                              }
                  

                  这篇关于致命异常:android.view.WindowManager$BadTokenException 无法添加窗口——令牌无效;您的活动正在运行吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:无法解析方法'show(android.support.v4.app.FragmentMa 下一篇:创建 Java 对话框

                  相关文章

                  最新文章

                  <legend id='EWNvX'><style id='EWNvX'><dir id='EWNvX'><q id='EWNvX'></q></dir></style></legend>
                  <i id='EWNvX'><tr id='EWNvX'><dt id='EWNvX'><q id='EWNvX'><span id='EWNvX'><b id='EWNvX'><form id='EWNvX'><ins id='EWNvX'></ins><ul id='EWNvX'></ul><sub id='EWNvX'></sub></form><legend id='EWNvX'></legend><bdo id='EWNvX'><pre id='EWNvX'><center id='EWNvX'></center></pre></bdo></b><th id='EWNvX'></th></span></q></dt></tr></i><div id='EWNvX'><tfoot id='EWNvX'></tfoot><dl id='EWNvX'><fieldset id='EWNvX'></fieldset></dl></div>

                • <small id='EWNvX'></small><noframes id='EWNvX'>

                • <tfoot id='EWNvX'></tfoot>
                    <bdo id='EWNvX'></bdo><ul id='EWNvX'></ul>