Android Studio 3.1 EditText StackOverflowError

前端 未结 5 1275
梦毁少年i
梦毁少年i 2020-12-01 02:49

After updating to Android Studio 3.1 I\'m facing exception when EditText in focus

E/AndroidRuntime: FATAL EXCEPTION: main
Process: , PID: 1893         


        
5条回答
  •  一整个雨季
    2020-12-01 03:29

    Faced with same EditText issues just right after update to Android Studio 3.1. Try to set debuggable false in build.gradle for debug build type. Or just switch to release build type since it's false by default. That helped in my case.

    Update: Confirming that disabling advanced profiling fixed my issue as well.

提交回复
热议问题