I tried to create a new android project using Eclipse but I got an error in R. I must remind that I did not modify any code and I simply created a project. the error is in the following code and it says :"R cannot be resolved to a variable"
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
After trying out all possibilities, I decided to replace/re-install my eclipse with another and reinstalled the ADT. But when I did this I understood that the appcompat_v7.jar file couldn't get created in the folder of bin in the project and when I tried to add this file to bin directory and then tried to clean the project. The jar file vanished. After all these; should I reinstall another ADT?. What should I do ? I will be very happy if any one help me. Thanks.