Eclipse giving error, missing R.java file after recent update

前端 未结 14 1710
猫巷女王i
猫巷女王i 2020-11-22 10:43

I have updated my SDK and ADT to the latest version, I have also update the Eclipse to Kepler the latest one after

14条回答
  •  不要未来只要你来
    2020-11-22 11:09

    import android.R - remove this statement from all your classes and then do a clean your R file will be generated. if this did not work then check all your xml files for any errors and then do a clean. These 2 are the most common reasons for R file to go missing

提交回复
热议问题