Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - Copy and Paste img into drawable folder does not work

Help! I was trying to import some images (png) into the drawable folder in Android Studio. When I copied the file (cmd+c) and pasted it (cmd+v) into the folder, nothing happened! I also tried drag and drop. Not working either.

I'm using Android Studio 2.1.1 in Mac El Capitan. Any help is appreciated!

like image 685
719513895 Avatar asked Sep 16 '25 18:09

719513895


1 Answers

If copy paste and drag drop are not working in your system, try this

  • Goto workspace (where your project folder)
  • Go to app folder and then drawable folder where you want images
  • paste your images there
  • clean your project. All images will import automatically in Android Studio project
like image 93
Mohit Madaan Avatar answered Sep 18 '25 08:09

Mohit Madaan