Elad Benda
Elad Benda

Reputation: 36654

eclipse refuses to run my android project after I edit widget xml

I change few things in widget xml.

Then I build successfully. Then I try to run, but get an error:

btw, horizonalt widget is regular xml or lansdcap xaml?

enter image description here

But clean and re-build runs OK

Upvotes: 1

Views: 64

Answers (2)

Chintan Khetiya
Chintan Khetiya

Reputation: 16142

Try below things, may be your issue will be solved.

  • Go to window > show view>error logs. Display error logs if you have any. Try to clean project / build it & restart eclipse.

  • Go to window > show view> Problems.This will show list of errors select all and delete and Try to clean project / build it & restart eclipse.

  • If there is any error, then it will show in Logcat > Error

Some times Editor doesn't show up latest update and holding older or garbage value.

Upvotes: 3

Oli
Oli

Reputation: 3536

Go to window>show view>error logs. Display error logs if you have any. Try to clean project / build it & restart eclipse.

Upvotes: 1

Related Questions