On 12/09/2010 11:59 AM, Mark Murphy wrote:
Step #1: Put the JAR in your project's libs/ directory.
Step #2: IDE users should add the JAR to the IDE project's build path.
If you are compiling using Ant, you can skip this step.
I finally came across a post that explained what I was missing.
I had to create build.properties and add the line:
external.libs.dir=lib
which is the directory that contained the .jar file. What's strange
is that once I did that the compiler complained about not being
able to find the 'libs' directory. So I symlinked lib to libs
and everything built ok. Strange.
Tobiah
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en