Ask Your Question
1

Need update OpenCV manager APK for google play warning!

asked 2016-07-21 22:55:14 -0600

Rockman gravatar image

Hi All , Could you update the patch to the OpenCV manager APK for android ? The APK is too old in Google play with Libpng issue . I am Java newbie and hardly to compile it because need Linux/C++ toolchain/NDK/Android Source platform . Thanks!

edit retag flag offensive close merge delete

Comments

hmm, https://github.com/opencv/opencv/pull... , this should fix it for your local sdk

hmmm, https://play.google.com/store/apps/de... - last updated September 21, 2015

CC @mshabunin ?

berak gravatar imageberak ( 2016-07-22 01:13:06 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-07-28 18:29:25 -0600

mshabunin gravatar image

updated 2016-07-28 18:31:08 -0600

@berak is right, this issue has been fixed already and new release (3.2) should contain new libpng library without this issue, Android package will be built along with the release. But I can not say concrete date, probably Q4.

You can easily build it under Windows, I think:

  • Install cmake, python, Android SDK (don't forget to configure it), Android NDK (recommended r10e, versions >=11 are not supported yet)
  • make sure your PATH env variable contains directories with cmake.exe and python.exe
  • set ANDROID_SDK and ANDROID_NDK env variables to paths to kits
  • run python opencv/platforms/android/build_sdk.py build_dir opencv

Take a look at the commands being run in our nightly Android builds: http://pullrequest.opencv.org/buildbo...

We are actually thinking about freezing OpenCV Manager package in Google Play, because this usage model needs more effort for support.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-07-21 22:55:14 -0600

Seen: 1,463 times

Last updated: Jul 28 '16