问题

In Android Studio, my cursor is white rectangle. I'm cannot write anything. And changed my keyboard button actions.
h-->left arrow j-->down arrow k--> up arrow l-->right arrow
How can I fix problem or can I reset Android Studio settings?
回答1:
Just got the same problem as yours. And this is the solution:
Go to File > Settings > Editor > General > Appearance
, then uncheck the Use block caret

回答2:
Try fn + ins
. That worked for me.
回答3:
Press Fn + Del on your keyboard together. Explanation: Its because Delete key on keyboard has Insert function. So pressing Del along with Fn key will enable Insert mode within your editor from Overwrite mode as in your case.
回答4:
It's ins
in the latest version of Android Studio.
回答5:
Just restart Android Studio and voilà !
None of the other solutions worked for me (Windows 7, maybe with an inactive Lock Num key).
回答6:
fn + insert it will work.
And if it not work then try Go to File > Settings > Editor > General > Appearance
回答7:
Try fn and insert keys together it will work.
回答8:
Just Tap the [Insert] button on your keyboard. Android Studio (Version 35.2). It worked for me.
回答9:
You can press Fn + End to exit.
来源:https://stackoverflow.com/questions/28606348/close-white-cursor-in-android-studio