Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Copy/Paste views in Component tree in Android Studio IDE

I can't figure out how to copy a single view, or whole table row (basically no type of view).

When I right click any of the views in the figure below, there is copy option. But I never get the paste option. Keyboard Ctrl+C/Ctrl+V does not work either.

enter image description here

I googled for a while, but nothing seems to answer my problem. The closest related post I found is this. So is this Copy/Paste bug spread over most of the GUI designer of AS, or what am I doing wrong ?

Android Studio 2.2.2. @ Ubuntu 14.04

like image 353
Sold Out Avatar asked Sep 19 '25 23:09

Sold Out


1 Answers

We can always copy/paste in text mode. Seems like that is only solution left for now. And works fine..

like image 76
Sold Out Avatar answered Sep 23 '25 13:09

Sold Out