I am trying to create an Android application with Java and Eclipse. Previously I have written code with Visual Studio and now i want to do it with Eclipse.
I have a project and I want to add a reference to some another library to it. How can I do it? In Visual Studio i could click the right mouse button, select "Add Reference" item in context menu and find wanted library in standard .NET assemblies or any other. But I don't know how I can do it in Eclipse.
In other words i need an analogue of "Add Reference" from Visual Studio