我在android studio 3.0中开发了android应用程序,它运行正常。当我将android studio 3.0更新到3.1后,我的应用程序无法工作,并且它给出了以下错误。当我运行应用程序并在屏幕上触摸后,它终止我的应用程序。如何解决此错误。
E/AndroidRuntime: Error reporting crash
android.os.TransactionTooLargeException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:496)
at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:5016)
at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:95)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
I/Process: Sending signal. PID: 7480 SIG: 9
Application terminated.
答案 0 :(得分:1)
终于找到了解决方案,我在这里发布以下答案。 android studio 3.1的编辑文本中存在一个总和错误,所以我禁用了高级概要分析。
转到运行 - 修改配置 - 分析 - 取消选中启用提前分析