R.java disappears after project clean

前端 未结 30 2000
傲寒
傲寒 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:04

    Everytime you clean the project and it rebuilds, it imports

    import.android.R

    so, delete this import and remove all errors from xml files. It will work.

提交回复
热议问题