Very basic, But I don\'t know, How to add JSoup.jar to my android workspace? If anyone knows, please help me?
If you want to add jar in specific folder(eg: lib) than do as Francesco said else Just right click on project>build path>configure build path>libraries> you have some options to add jar.Which one to use upto you.
Create a folder named libs in the root of your project and put your jar files here. Then go to project Properties, under Java Build Path > Libraries click con Add JARs... and select you jar file, under the libs folder.
In Android Studio follow the below steps:
Create a folder named libs in the root of your project and put your jar files here. And then right Click the .jar file and click Add as Library and Select app from dropdown menu and click OK
This solved my problem
Right click on your project > Properties > Java Build Path > Libraries > Add [external] Jars
Create a folder named libs in the root of your project and put your jar files here. And then right Click the .jar file and click Add as Library and Select app from dropdown menu and click OK
Happy Coding :)