Ask Your Question

Aisha's profile - activity

2016-09-20 21:52:52 -0600 commented answer how do I fix OpenCV importing errors?

dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:24.2.0' compile project(':openCVLibrary300')

2016-09-20 21:50:13 -0600 commented answer how do I fix OpenCV importing errors?

Here you go Error:Library projects cannot set applicationId. applicationId is set to 'com.example.sawsanalzoubi' in default config. app/build.gradle apply plugin: 'com.android.library'

android { compileSdkVersion 24 buildToolsVersion "23.0.2"

defaultConfig {
    applicationId 'com.example.sawsanalzoubi'
    minSdkVersion 15
    targetSdkVersion 24
    versionCode 1
    versionName "1.0"
}
buildTypes {
    debug {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}
sourceSets { main { jni.srcDirs = ['src/main/jni', 'src/main/jniLibs/'] } }

}

2016-09-20 09:57:39 -0600 commented answer how do I fix OpenCV importing errors?

did that and it didn't work other ideas??

2016-09-20 05:15:40 -0600 received badge  Supporter (source)
2016-09-20 05:04:55 -0600 commented answer how do I fix OpenCV importing errors?

ok it worked but i ended up getting the following error Error:Library projects cannot set applicationId. applicationId is set to 'com.example.sawsanalzoubi.vision' in default config.

do you know anything that could help thank you ..

2016-09-20 05:03:05 -0600 received badge  Scholar (source)
2016-09-20 01:21:04 -0600 asked a question how do I fix OpenCV importing errors?

SO no matter what I did I keep on encountering the same errors I am trying to import OpenCV into android studio 2.1.3 and i have followed all the instructions carefully and tried all available solutions and no luck in getting them to vanish

my errors are : 1) Error:Dependency Vision:openCVLibrary300:unspecified on project app resolves to an APK archive which is not supported as a compilation dependency. File: C:\users....\openCVLibrary300\build\outputs\apk\openCVLibrary300-release-unsigned.apk

2)Error:Library projects cannot set applicationId. applicationId is set to 'com.example.saaaa' in default config.