Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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, the issue is I am running it on the Android SDK 2.1. When I run the program, I do not think the android emulator can "find" the .jars in the classpath. Is this possible? If so, which folder do I put the jars before adding them to my classpath?

like image 603
k9b Avatar asked Sep 15 '11 14:09

k9b


1 Answers

You can try doing it in eclipse by

Right Click the jar --> Build Path --> Add to build path
like image 171
Matt Avatar answered Nov 15 '22 11:11

Matt