OpenCV Manager removed from play store

asked 2018-11-03 14:05:37 -0600

shadow0679 gravatar image

As I noticed OpenCV Manager was removed from play store and without it, apps that uses OpenCV can't be launched. Is there any way to run app without manager?

I know that manager can be installed manually, but it is not convenient for users. In one answer I found out that OpenCV libraries should be included in the project and it can be launched without manager then, but I am kinda confused because I already have jnilibs in my project, static initialisation also, but OpenCV manage is still required when launching the app.

Should I include all apk's into the project, then write a code to check phone architecture to decide which one to install? (just a thought, never tried something like that before)

Is there a guide anywhere for fixing this problem?

edit retag flag offensive close merge delete

Comments

static initialisation also, but OpenCV manage is still required when launching the app.

uhh, is it ? that would be terrible.

berak gravatar imageberak ( 2018-11-04 03:16:37 -0600 )edit