I am getting an error in eclipse, I have tried everything I can but its still not working, please help, the error is shown in the screenshot below
Asked
Active
Viewed 69 times
-1
-
Please include the error message as text in the question. Please also read the help pages about how to write a good question, they are linked at the top of every page. – AdrianHHH Mar 24 '15 at 09:33
1 Answers
0
- Clean your project.
- Right click on your project->Properties
- In Android tag choose the currect project build target->Apply->Ok
Make sure that in your xml all field's id declare as
android:id="@+id/editText1"
If the above process will not work then just ask me again..

Avishek Das
- 661
- 1
- 6
- 20
-
didn't work, its a problem with my src file, i changed my bundle id and all these errors occurred – Quddus S Pativada Mar 24 '15 at 09:49