When I import some source code, eclipse throws me many errors about R-file for example :
1)R.string.pref_default_time_from_now_key;
2)R.xml.task_preferences;
3)R.id.body;
4)R.id.reminder_time;
5)R.id.reminder_date;
Eclipse asks me to import R file but I do not need that, how can I fix this problem?