Reputation: 1649
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.
Upvotes: 1
Views: 991
Reputation: 2237
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.
or
Upvotes: 2