Giant
Giant

Reputation: 1649

couldn't resolve resource drawable

enter image description here

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

Answers (2)

Joseph Selvaraj
Joseph Selvaraj

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.

  1. Try clearn and rebuild the project

or

  1. Restart you eclipse and rebuild the project.

Upvotes: 2

Linga
Linga

Reputation: 10573

Restart the Eclipse and the problem will go away.

Upvotes: 2

Related Questions