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

Update app for new Android version and remove warning of old Android version #316

Open
nicoali opened this issue Mar 19, 2021 · 0 comments

Comments

@nicoali
Copy link

nicoali commented Mar 19, 2021

i built the apk and all is fine and working!

app works fine also on smartphone with newest android version but when people install it appears a warning "This app has been created with and old version of android and could not work properly.... upgrade or contact developer"

i tryed to edit the file gradle:

android {
//compileSdkVersion 25
//buildToolsVersion "25.0.0"
compileSdkVersion 30
buildToolsVersion = "30.0.3"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

defaultConfig {
minSdkVersion 14
targetSdkVersion 30
}
warning disappeared but after splash screen app crashes

while if i compile with old version of sdk works fine except for the warning!

What can i do to remove that warning?

@nicoali nicoali changed the title Update app for new Android to remove Warning of old Android version Update app for new Android version and remove warning of old Android version Mar 19, 2021
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

1 participant