Android Studio 3.1 EditText StackOverflowError

前端 未结 5 1280
梦毁少年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:17

    As @evi pointed out there is a bug in advanced profiling.

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

    Update:

    Fix released in Android Studio 3.1.1

    Advanced profiling available once again!

提交回复
热议问题