R file is missing android

后端 未结 14 1821
春和景丽
春和景丽 2020-11-30 14:11

i was using Eclipse Helios but due to performance issues i changed to Eclipse Galileo and installed the ADT plugging, and added my sdk folder to Elcipse Preferences. Now R.j

相关标签:
14条回答
  • 2020-11-30 14:52

    Localize the correct R. package import, should be in your packages.

    ex. import com.yourdomain.test.R;

    0 讨论(0)
  • 2020-11-30 14:52

    I just Encountered the same problem.

    Turned out my Source control had inserted an Addedd>>>>>>>>>>>>>>>> section to my mainifest file.

    All I had to do was fix the manifest file and then all the errors disappeared.

    0 讨论(0)
提交回复
热议问题