vijay
vijay

Reputation: 2034

Path of drawable folder in android studio

What is the path of drawable folder in android studi0 ?

In android studio , the directory structure is

 MyApp
     |
     .idea
     |
      assets 
     |
      gen
     |
      res
     |    |
     |     drawable
      src
     |    |
     |      com.example.mobile
     |    |                  |
     |    |                    activity
     |    |                     utils
     |     AndroidManifest.xml
     |
      ExternalLibraries

Upvotes: 2

Views: 6858

Answers (3)

dot_cr2
dot_cr2

Reputation: 127

In the project panel you can right click any file or folder and hit "Copy Path..." for various paths of the file/folder.

Upvotes: 0

Vipin Sharma
Vipin Sharma

Reputation: 704

This is the path of drawables

app\src\main\res\

Upvotes: 1

Vamsi Pavan Mahesh
Vamsi Pavan Mahesh

Reputation: 250

You may want to go to your workspace , then >> app >>res >> drawablexxxx , you can delete the image here

Upvotes: 0

Related Questions