Android Studio 3.1 EditText StackOverflowError

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

    This seems only happens on Android 6.0 devices, the EditText works fine on Android 5 and android 7 devices. Disable advanced profiling (API < 26) in the run configuration works for me.

提交回复
热议问题