P
P
prebionix2017-01-17 00:53:21
Java
prebionix, 2017-01-17 00:53:21

Will my app run on Android 5.0?

In the Gradle settings of my application, there are entries like this:

compileSdkVersion 25
    buildToolsVersion "25.0.0"
    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 25
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }

    ...bla bla bla...

    compile 'com.android.support:appcompat-v7:25.0.0'
    compile 'com.android.support:design:25.0.0'
    compile 'com.android.support:recyclerview-v7:25.0.0'
    compile 'com.android.support:cardview-v7:25.0.0'

Will this app run on Android 5.0?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
illuzor, 2017-01-17
@prebionix

Will

X
xmoonlight, 2017-01-17
@xmoonlight

Is it hard to check on a virtual machine?)))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question