How to add JSoup.jar to my android project?

后端 未结 6 497
旧巷少年郎
旧巷少年郎 2020-12-28 19:52

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

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 20:26

    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

提交回复
热议问题