So I developed an Android App that uses the OpenCV Android SDK. I managed to import everything thanks to this post, but when I run the app in my phone, I get the following message: "Package not found: OpenCV3 Manager package was not found! Try to install it?"
If I click "yes", I get a "not found" page in google play.
In the OpenCV Android SDK, there is a folder called "apk" with opencv manager apks for different architectures. But which one is for my phone? I have an xperia Z2 which has a snapdragon processor.
Besides, I'd like to make my app standalone. Is it possible with openCV? I am pretty confused with the horrible documentation for the Android integration of this lib. Could someone please guide me in the process?