Android: Adding external library to project not working
问题 I am trying to add Jsoup library to my project, but I am getting an error in the program saying "Cannot resolve symbol 'Jsoup'". Below is what I have done, but not working. 1)From the Jsoup website, I downloaded the core library jsoup-1.10.2.jar 2)Dragged and dropped the .jar file under libs folder in my project 3)Under build.gradle in dependencies, I added the following line compile files('libs/jsoup-1.10.2.jar') 4)In MainActivity.java file, I tried to add the following line String url =