实现android studio到3.1之后,我的项目有问题。 当我点击编辑文本活动关闭并抛出异常时。 我不知道为什么会这样,请帮忙。
E/JavaBinder: !!! FAILED BINDER TRANSACTION !!!
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:4180)
at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:144)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
答案 0 :(得分:0)
这是新的android studio版本(3.1)中的一个错误,希望他们尽快修复它。 如果您运行相同的应用程序而不更改以前版本中的任何内容,如3.0,此应用程序将正常工作。
答案 1 :(得分:0)
现在禁用它(编辑配置设置 - >性能分析 - >启用高级性能分析)可防止EditText崩溃