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

前端 未结 14 1551
猫巷女王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

    I had same problem.. I solved by doing the following:

    1. check all xml files and drawable files if there are any CAPITAL LETTERS in file name, if you have then change it to lower case, if you are using selector xml files then check the other files you are linking in those files..all should be lower case.

    2. Go to java files which show error and remove IMPORT R.java file from imports list.

    3. Go to Projects>>Clean.

    This should fix the problem. This is how i fixed :)

提交回复
热议问题