Ask Your Question
0

Opencv4Android sdk missing jar

asked 2014-07-12 06:29:44 -0600

updated 2018-10-08 09:55:12 -0600

I have installed the above into eclispe. However, although the opencv (2.4.9) project has no errors, it doesn't produce a jar file in sdk/java/bin, or anywhere else.

So none of the sample projects will build.

How do I get the opencv project to build the jar file?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-07-12 09:52:50 -0600

Vion gravatar image

What for a .jar file you mean? Android Libraries do not work as usual java libraries. So you can not just compile them to a .jar and add them as dependency. Instead you have to load the complete Project into your webspace and then reference the project as an Android Library (Android Library Project). You can find more informatio on that using this article (see point 5.7) click

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-07-12 06:29:44 -0600

Seen: 736 times

Last updated: Jul 12 '14