I want to import external JAR file in my android project, to test this i have only created my own jar file, after that i have done following steps.
1)Right-click on my project 2)Build Path > Add External JAR's > Select your archive (.jar) The library.jar added to the 'Referenced Libraries' in my project, but after that still i am unable to use classes of my library. So i am not getting how to do this?