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

What is the minimum Android version required? Installation failes with: INSTALL_FAILED_OLDER_SDK #100

Open
twisp007 opened this issue Nov 16, 2020 · 2 comments

Comments

@twisp007
Copy link

Describe the bug

I am trying to install on devices with Android 5.1.1 using adb.

How to reproduce

adb install otter-full-release.apk
Performing Push Install
otter-full-release.apk: 1 file pushed,...d. 19.3 MB/s (2912984 bytes in 0.144s)
	pkg: /data/local/tmp/otter-full-release.apk
Failure [INSTALL_FAILED_OLDER_SDK]

What is the minimum android version for this app?

Environment details

  • Device: Digital Audio Player
  • Android version: 5.1.1
  • App version: 1.0.21
@twisp007 twisp007 changed the title INSTALL_FAILED_OLDER_SDK What is the minimum Android version required? Installation failes with: INSTALL_FAILED_OLDER_SDK Nov 16, 2020
@eduxstad
Copy link

The minimum targeted version is Android SDK 23, or Android 6.0.

minSdkVersion(23)

@twisp007
Copy link
Author

On Google Play Store:

Requires Android
Varies with device

Shouldn't this be changed to Android 6?

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

2 participants