Adding Jars To Classpath, Eclipse, Android
Currently, I go to properties-> build path-> libraries -> and then add external jars to my classpath, I know this is the correct way to do this, for java at least. However
Solution 1:
You can try doing it in eclipse by
Right Click the jar --> Build Path --> Add to build path
Solution 2:
1) Go to your Finder / Explorer and select your .jar files 2) Drag your .jar files into Eclipse, (make sure to put them in your desired Project) 3) right click on each jar -> "build path" -> "add to build path"
Post a Comment for "Adding Jars To Classpath, Eclipse, Android"