Android - How to regenerate R class? -


possible duplicate:
developing android in eclipse: r.java not generating

i have imported project eclipse ide, it's giving me error since r file not generated automatically.

how can edit r file matches project requirements?

in another stackoverflow question, answered : must rid of warnings , errors (syntax , links) in xml files. plus doing clean / build project.

project -> clean, , choose option build project.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -