jishipp / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

dependency on android target #364

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up a android-maven project
2. add javacv as dependency

Maven is always loading 
http://maven2.javacv.googlecode.com/git/com/googlecode/javacv/javacv/0.6/javacv-
0.6.jar

How do i modify my pom.xml to get the url 
http://maven2.javacv.googlecode.com/git/com/googlecode/javacv/javacv/0.6/javacv-
0.6-android-arm.jar

And is this enough to start developing?

Original issue reported on code.google.com by google-...@computerlyrik.de on 18 Sep 2013 at 11:45

GoogleCodeExporter commented 9 years ago
I'm not sure how to get Maven to play well with Android. We can download the 
android-arm archive by setting the "classifier" of the artifact, but then we 
would need to figure out how to get Maven to extract the .so files into 
"libs/armeabi".

Please let us know if you figure out how to do that, thanks!

Original comment by samuel.a...@gmail.com on 22 Sep 2013 at 12:50

GoogleCodeExporter commented 9 years ago
FYI, this should get better with the new Gradle-based build system in Android:
    http://tools.android.com/tech-docs/new-build-system
If you figure out how to make everything work well together, please post your 
findings here, thanks!

Original comment by samuel.a...@gmail.com on 4 Jan 2014 at 2:57

GoogleCodeExporter commented 9 years ago
Starting from JavaCV 0.8, everything is now downloadable from the Maven Central 
Repository:
    http://bytedeco.org/release/2014/04/28/first-release.html
So that should make things easier with Maven.

Incidentally, the project is now hosted on GitHub:
    https://github.com/bytedeco/javacv

If you still have questions, please post them on the mailing list, thank you!

Original comment by samuel.a...@gmail.com on 29 Apr 2014 at 1:00