About 2 months ago I was able to copy text from my pc clipboard and paste it into an app running on Android Studio emulator simply doing ctrl+c on pc and pasting it into a TextView. Now I'm using the new version Android Studio 3.0 and I can't do that. When I copy text from my pc the emulator ignore it: the clipboard of my pc and the one of the emulator don't communicate. Maybe with the new update I have to change something in the settings of the emulator but I have found nothing about it (except for the option "Enable clipboard sharing" that is allowed).
Asked
Active
Viewed 4,846 times
4 Answers
3
I confirm issue. There is a bug report about this on issuetracker. I confirm solution of toggling switch "Enable clipboard sharing" in emulator -> three dots -> settings. If you disable and re-enable switch, clipboard sharing works again.

AlfaSpider
- 146
- 4
-
This did the trick for me as well. Very obscure and frustrating issue – Caleb_Allen Feb 06 '18 at 21:38
-
1didn't work for me – beginner Jun 10 '22 at 11:56
3
The solution that always works for me is to Restart Android directly from the emulator or the other option is from the Device Manager in Android Studio with the option "Cold boot now".

Jorge Casariego
- 21,948
- 6
- 90
- 97
2
This is a bug, as of Android Studio 3. Here is a quick-fix.
- Start Android Studio
- Start the AVD
- Click the three dots, down on the sidebar
- Click Settings
- Toggle the switch "Enable clipboard sharing".
- C&P should work again
Tested with: Android Studio 3.0.1, AVD API Version 26

Peter
- 394
- 7
- 20
-
The action menu does not have a "3 dots" button. I am using `Android Studio 4.2.2` and my Android emulator runs `Pixel 4 API 24`. – Emre Tapcı Sep 18 '21 at 19:25
1
@AlfaSpider answer is correct , after enabling the setting still issue exist , please do wipe data option from Device Manager window

Ilyas Arafath
- 511
- 7
- 13