1

After actualization android studio to version 3.1 I have problem with my project. When i click on edit text activity closing and throw exception. I have no idea why is this happening, pls help.

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)
Arun J
  • 687
  • 4
  • 14
  • 27

2 Answers2

0

This is a bug in new android studio version(3.1), hope they fix it ASAP. If you run same app without changing anything in previous version like 3.0 this app will work fine.

Suraj Vaishnav
  • 7,777
  • 4
  • 43
  • 46
0

For now disabling it (Edit configuration settings -> Profiling -> Enable advanced profiling) prevents EditText from crashing

Seda T.
  • 161
  • 1
  • 4