Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV Manager removed from play store

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?