OpenCV in Android Studio

前端 未结 8 1574
独厮守ぢ
独厮守ぢ 2020-11-22 02:43

I want to use OpenCV library in my app with Android Studio. I followed instructions found here but I get error

Configuration with name \'default\' no

8条回答
  •  隐瞒了意图╮
    2020-11-22 03:04

    In your build.gradle

    repositories {
      jcenter()
    }
    
    implementation 'com.quickbirdstudios:opencv:4.1.0'
    

    More infos

提交回复
热议问题