
Trying to run a new robotics test, I get this error. Does anyone know how to fix this?
I need all the APIs. (15 and many higher APIs). What am I missing?
This is part of my gradle file:
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "com.centervue.exam"
minSdkVersion 19
targetSdkVersion 25
// DO NOT PUT HERE VERSION NAME, THX. Change the Manifest
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
moduleName "exam_filter"
ldLibs "log", "jnigraphics"
}
renderscriptTargetApi 18
renderscriptSupportModeEnabled true
}
[...]
UPDATE: after changing each version of the support library from 25 + or + to at least 25. +, to avoid mixed libraries ... it works and starts. Although now I get this message:
JavaCompile.setDependencyCacheDir() gradle 4.0. java - . FAILURE: . * : "executorproject". > org.gradle.api.internal.tasks.DefaultTaskInputs $TaskInputUnionFileCollection org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection * : -stacktrace, . --info --debug, . BUILD FAILED : 1.883
? , .