Android Studio 3.1 EditText StackOverflowError

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

    I had the same problem, but after:

    • Deleting .idea, .gradle, gradle folder and recreate it.
    • Clean project.
    • Rebuild app.

    it works for me.

提交回复
热议问题