首页 > 解决方案 > How to fix weird Android Studio editor mode?

问题描述

I played around with the android editor and noticed following:

I can click whereever I want, and write.

If I paste code with 5 lines, and 2 lines below where I want to paste it, it overrides everything below and does not create new lines for the pasted code. So how can I stop this unwanted behaviour?

标签: javaandroidandroid-studioeditor

解决方案


Simply try resetting Studio Settings.

Go to this location in your pc C:\Users\[Username]

In this location, you have noticed a directory called .AndroidStudio

Delete it.

Now your android studio is totally reset.


推荐阅读