Skip to content

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

@erummalik

Description

@erummalik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions