OpenCV 4.6.0 Manager package

Hi, I’m trying to edit an old project I found, but the problem is, every time I’m attempting to open the activity working on OpenCV there is a message “Package not found” as far as I know I can’t get it from an app store, there is no apk folder as well. I followed every tutorial I found and still can’t go through this. thank you in advance for help

You don’t need Manager package anymore you should either use AAR, or include opencv android sdk directly into your project via gradle and use it. That old project you found probably using opencv 2 or something and you may require you to change codes in order to make it work for opencv 4.X

1 Like