Close white cursor in Android Studio

半城伤御伤魂 提交于 2019-11-30 20:19:22

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

Mohaize Jefrin

Try fn + ins. That worked for me.

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.

It's ins in the latest version of Android Studio.

Just restart Android Studio and voilà !

None of the other solutions worked for me (Windows 7, maybe with an inactive Lock Num key).

fn + insert  it will work.

And if it not work then try Go to File > Settings > Editor > General > Appearance

Try fn and insert keys together it will work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!