Ok, first first. Google Eclipse is no longer supported. The only official IDE for Android Development is the Android Studio Download Page .
Below is the Eclipse Support Announcement
Over the past few years, our team has focused on improving the experience of developing Android applications with Android Studio. Since the launch of Android Studio, we have been impressed by the excitement and positive feedback. As the official Android IDE, Android Studio gives you access to a powerful and comprehensive set of tools for developing your application on Android platforms, whether on the phone, wrist, car or TV.
To this end, and to focus all our efforts on making Android Studio better and faster, we will finish the development and official support for Android Developer Tools (ADT) in Eclipse at the end of the year. This includes the Eclipse ADT plugin and the Android Ant build system.
Please note that the number of users using Eclipse to develop Android applications is declining. Over time, you will receive less support even on Stackoverflow. In general, itβs better to just make the switch while you are just getting started.
Check out the first link, you will see wonderful documentation in the Android Studio IDE
If you need 100% use Eclipse ...
OK, so you have a job requiring Eclipse, or there is another reason, then go to this Eclipse documentation .
In addition, here is a list of all the different icons that Eclipse can display ( credit for the list of icons ).
Problems with creating a path are sometimes easy to miss, among other problems in the project. The "Package Explorer" and "Project Explorer" views now display the new decorator for Java projects and worksets containing build path errors:

Specific errors can be seen in the Problems view, and if you open the browse menu and select Group> Java Problem Type, they all appear in the Build Path category:
