问题描述
我在使用 Mac 版 Android Studio 时遇到一个奇怪的问题(即,我无法复制 ( + ) 和粘贴 ( + ) 任何文本).我不知道为什么它的行为如此奇怪.我的问题可能很愚蠢,但自从我开始从 Windows 到 Mac 工作以来,我一直面临这个问题.任何解决方案和替代方案都会对我有很大帮助.过去两天我完全被这个问题困住了.
您可能遇到此问题的原因有多种
- 您正在使用 有更多信息问题
I am facing a weird issue with Mac version of Android Studio (i.e., I am not able to copy ( + ) and paste ( + ) any text). I have no idea why it is behaving strange like this. My question may be silly, but I have been facing this issue since I started working from Windows to Mac. Any solutions and alternatives would be much helpful for me. I am completely stuck with this issue for the past two days.
解决方案There are several reasons why you could be experiencing this
- You are using ClipMenu and Android studio doesn't like it
- Your keybinding is messed up.
To solve keybinding issue press File -> Settings and check what the keybindings are, you have maybe changed it or imported settings from somebody else. See the image as a reference.
Note: the filter of copy, you need to do this for paste too.
To fix the issue with ClipMenu.
- Right click on "Application/IntelliJ IDEA 14.app"
- choose "Show Package Contents"
- edit
bin/idea.properties
- add this property
ide.mac.useNativeClipboard=True
- restart IntelliJ IDEA.
There is a YouTrack issue with further information
这篇关于复制粘贴在 Mac 上的 Android Studio 中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!