Question

I would like to know where can I find the back button image, the one used by the android tablet emulator.

Was it helpful?

Solution

All the images which are used by the android platform are placed in the drawable folder under the res directory.

1.Open the android root directory(Installed directory).

2.Navigate to the res directory.E:\android-sdk-windows\platforms\android-12\data\res

OTHER TIPS

You will find it in the android.jar file in your sdk folder.

For example mine is in C:\Program Files (x86)\Android\android-sdk\platforms\android-8\android.jar (for SDK version 8, to get a different version the change the "android-8" part of the path)

You can extract the .jar using winzip/7z etc as it is just a zip file in disguise. You will then find the drawables folder in the folders you unzipped.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top