Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android/Eclipse: how can I add an image in the res/drawable folder?

I am completely new with Android/Eclipse. I can't figure out how to add an image in the /res/drawable folder of my Android Eclipse project.

like image 203
Regis_AG Avatar asked Jul 22 '11 19:07

Regis_AG


People also ask

How can add image in res folder in android?

Step 1: Open Android Studio and go to the app > res > right-click > New > Image Asset as shown in the below figure. Step 2: A pop-up screen will arise like below. Here choose Action Bar and Tab Icons in Icon Type. Step 3: Then choose Asset Type as Image and enter the Path of your image.

How do I add an image to a Visual Studio drawable folder?

Go to the solution explorer, select Resource--> drawable. Right click --> add--> Existing Item. or (Shift + Alt + A).


1 Answers

Copy the image CTRL + C then in Eclipse select drawable folder, right click -> Paste

like image 139
Nikola Despotoski Avatar answered Nov 06 '22 05:11

Nikola Despotoski