Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error during copy and paste text from pc to Android Studio emulator

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).

like image 477
Mike Avatar asked Sep 19 '25 08:09

Mike


1 Answers

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.

like image 160
AlfaSpider Avatar answered Sep 21 '25 20:09

AlfaSpider