Open sayantans3 opened 7 years ago
@sayantans3 What Android Studio version are you using?
I'm using Android Studio Version 2.3.1
Hey @vulovicv23 Any fix on this? @sayantans3 Did you find the solution.
@asbadve not yet. Found another useful library.
@sayantans3 which one?
@asbadve this program is working for me. the only thing that does not work is the auto focus.
Sorry guys, I'm not maintaining this project anymore.
Remove theses
armeabi', 'mips', 'mips64'
**Error:(198) * Android NDK: Aborting... . Stop. and Error:Execution failed for task ':app:ndkBuild'. Process 'command finished with non-zero exit value 2
below is my app level build.gradle Please give a solution
`apply plugin: 'com.android.application import org.apache.tools.ant.taskdefs.condition.Os
android { compileSdkVersion 25 buildToolsVersion "25.0.2" defaultConfig { applicationId "prisca.ctest" minSdkVersion 21 targetSdkVersion 25 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { cppFlags "-frtti -fexceptions" abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'mips', 'mips64' } } }
}
dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:25.2.0' compile "com.android.support:support-v4:25.2.0" compile "com.android.support:support-v13:25.2.0" compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4' testCompile 'junit:junit:4.12' compile project(':openCVLibrary320')
} `