pdiddy
pdiddy

Reputation: 6297

Android project Eclipse issue

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

Answers (2)

Last Warrior
Last Warrior

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

Nikunj Patel
Nikunj Patel

Reputation: 22076

clean the project

when ever you are copy project, some time r.java not genrate so you need to clean project. so it will generate properly.

Upvotes: 1

Related Questions