Its error log says this I've read in this thread that you need to restart eclipse Android: failed to convert @drawable/picture into a drawable but it didn't work on me my project didn't run what could be the reason why it won't run? It has no problems just error log.
Asked
Active
Viewed 964 times
1
-
where is your drawable ? and what is that name ? – Chintan Khetiya Apr 06 '13 at 05:26
-
i have a png picture named rihanna and a couple of xml customized format gradient_bg gradient_bg_hover and a lot more but rihanna gets the error could it be bacause of file name?i read the he changed his name and it work let me try it – Giant Apr 06 '13 at 05:29
2 Answers
2
did you place the xml files under drawable folder??? If yes then try the following options. If not create a drawable folder under res and place the xml there.
- Try clearn and rebuild the project
or
- Restart you eclipse and rebuild the project.

Joseph Selvaraj
- 2,225
- 1
- 21
- 21
-
yes all my drawable are placed in all 5 drawable folders clean and restart didnt work let me make sure coz ive made a few changes on its file name.. – Giant Apr 06 '13 at 05:39