RobotiumTech/robotium

Robotium Recorder : Please install a compatible Android API level (15 or higher)

Opened this issue · 2 comments

Trying to run a new robotium test I get this error. Does anyone know how to fix it?

I've all the APIs needed. (15 and a lot of 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
}

[...]`

I am testing it on Android API level 28 device. still getting this issue.

Screenshot

StackOverflow Link: https://stackoverflow.com/questions/42908481/robotium-please-install-a-compatible-android-api-level-15-or-higher

Facing the face Issue

I am facing the same issue too.