Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
erummalik opened this issue Aug 17, 2019 · 2 comments

Comments

@erummalik
Copy link

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

@naveedahmad99
Copy link

Facing the face Issue

@aqsaShahid-zameen
Copy link

I am facing the same issue too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants