Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add JSoup.jar to my android project?

Tags:

android

Very basic, But I don't know, How to add JSoup.jar to my android workspace? If anyone knows, please help me?

like image 376
Thiru Avatar asked Jan 11 '12 10:01

Thiru


2 Answers

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.

like image 99
Francesco Vadicamo Avatar answered Sep 28 '22 01:09

Francesco Vadicamo


Right click on your project > Properties > Java Build Path > Libraries > Add [external] Jars

like image 43
Force Avatar answered Sep 28 '22 03:09

Force