After updating to Android Studio 3.1 I\'m facing exception when EditText in focus
E/AndroidRuntime: FATAL EXCEPTION: main Process: , PID: 1893
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.