Reputation: 2034
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
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
Reputation: 250
You may want to go to your workspace , then >> app >>res >> drawablexxxx , you can delete the image here
Upvotes: 0