I am fairly new to java having come from a VS2010 background. Currently working on an android app that uses a couple of 3rd party packages of the web - one of which I would like to use the source package for debugging purposes. I cannot seem to get this to work - I initally copied and pasted source jar files to lib directory and had to change import statements but compile still fails with "package does not exist" and "cannot find symbol class". Where do source files need to go within the project? (Using IntelliJ 11)
Thanks in advance.