Reputation: 6297
So I started a new android project in my default workspace. Then I decided to copy the project to another folder and imported the android project. Now when I start Eclipse, I switch the workspace to point to this new folder.
What I'm experimenting now is that eclipse seem no longer to regenerate the R.java values. Also the designer of my layout doesn't display the designer at all .....
How can I fix this?
Upvotes: 0
Views: 100
Reputation: 1307
Do the following ...
1: default.properties or project.properties is present in your project? if project.properties is present then rename to default.properties
2: Clean your project and restart your eclips.
Hope this will helps you...Enjoy
Upvotes: 2
Reputation: 22076
Upvotes: 1