R.java disappears after project clean

前端 未结 30 1986
傲寒
傲寒 2020-11-30 05:37

After I added some .png files into my Project Workspace drawable folder I refreshed my drawable folders in Eclipse and the newly added files showed up. But when I tried to a

30条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 06:19

    I had the same problem when I cleaned my project. I got crazy to solve it, I searched and searched but solved it in my way. First of all, delete all needless files in your /res folder. I had some notes in it, I took them to another project that I don't work on it and build the project manually. It worked! Try this I'm sure it will help.

    Good developing!

提交回复
热议问题