I am trying to add OpenCV to my AndroidStudio project. However, I get the error mentioned above, when trying to build the project: "Dependent features configured but no package ID was set."
I used the following link for the implementation: https://android.jlelse.eu/a-beginners-guide-to-setting-up-opencv-android-library-on-android-studio-19794e220f3c I was not able to follow step 5, because there was no option to choose from. It was just a blank screen. I assumed, that AndroidStudio already performed that step automatically. I was able to access Objects from openCv like "Mat", but when building the project, I got the error mentioned above.
If you need more information, please let me know.