0

I have a project which I have copied from my old workspace to a new workspace. But I am getting this error Project has no default.properties file! Edit the project properties to set one.

But the problem is my project has a default.properties file in it. But still I get this error. Can anyone suggest me with ideas about what is going wrong in here.

Andro Selva
  • 53,910
  • 52
  • 193
  • 240

3 Answers3

0

Try remove R.java then generate again.

Here same problem with you.

Hope this can help you.

Community
  • 1
  • 1
Edy Cu
  • 3,262
  • 5
  • 20
  • 19
  • I agree with [Edy Cu](http://stackoverflow.com/users/473962/edy-cu). But also considering changing the `Target API` (in properties) also might help to solve this problem. – Andro Selva Jun 07 '11 at 09:32
0

Just clean the project: project -> clean. It will generate R.java file automatically.

Paresh Mayani
  • 127,700
  • 71
  • 241
  • 295
0

Simply rename your project.properties file to default.properties ... You got it done ;)

George Nguyen
  • 2,169
  • 1
  • 16
  • 7