gpt4 book ai didi

android - 使用Android的Android Opencv设置

转载 作者:行者123 更新时间:2023-12-02 17:27:56 25 4
gpt4 key购买 nike

I am trying to setup my android project with androidX with opencv



我在14小时内尝试了许多来自stackoverflow的解决方案,但都没有取得任何进展

所有时间的主要错误

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :openCVLibrary414.



app.gradle
Error

My app.gradle


apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "com.shakira.lane"
minSdkVersion 17
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.0-beta01'
implementation 'androidx.constraintlayout:constraintlayout:1.1.2'
implementation ':openCVLibrary441'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
}

最佳答案

问候艾哈迈德
我知道您遇到困难,但请使用quickbirdstudios android库。

关于android - 使用Android的Android Opencv设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58001175/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com