Hi,

I need a modified version of zxing in my project, so I copied the
android/src stuff into
my project, and copied the core/core.jar into libs/. In eclipse I
extended the build path
to include that jar file, now everything is found and compiled and it
looks fine.

Except that installing the dex in the emulator failed - the
com.google.zxing is not part
of the dex file. How can I using eclipse make sure the build process
will not only reference
but include that jar file when building the dex?

the commonsware book on android tells me, putting the jar files in
libs/ should be enough
for ant based builds, and for IDE I should tell it to reference the
jar. that works for building
well, but not for assembling a dex that has everything included.

any idea what I need to do?

Thanks, Andreas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to