A.WilliamsGE
A.WilliamsGE

Reputation: 3

Eclipse IDE yellow warning icon on main activity

Apologies for not fully explaining the problem within my original question.

Below you can see an image of the source code where the warnings are occurring. I am new to this, and am therefore unaware of how to solve this.

Source code image

Thanks

Andrew

Upvotes: 0

Views: 61

Answers (1)

greg-449
greg-449

Reputation: 111142

This just means there are warnings about issues in that source file. Edit the file to see the warnings or look in the 'Problems' view.

The warning icon will be removed once you fix the warnings in your code.

Upvotes: 1

Related Questions