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

Kitkat not compatible #35

Closed
pamalofeev opened this issue Jan 26, 2022 · 4 comments
Closed

Kitkat not compatible #35

pamalofeev opened this issue Jan 26, 2022 · 4 comments

Comments

@pamalofeev
Copy link

The mobileraker.com website says "*Works on iOS 13.6+, Android Kitkat and above". However, on my tablet with android 4.4.2, the application cannot be installed, there is a syntax error. Apkpure determines app compatibility only with android 7.1.

@Clon1998
Copy link
Owner

I am not the maintainer of the website.
Mobileraker definitely never supported Android 4 (SDK 14-19). It started with support for Android 6 (Marshmellow) and currently requires Andorid 7 (SDK 25+)
See:

ext.minSdkVersion = 25 // or latest
ext.compileSdkVersion = 31 // or latest
ext.targetSdkVersion = 31 // or latest
ext.appCompatVersion = '1.3.1' // or latest

@jniebuhr
Copy link
Collaborator

it's changed on the site

@Misterke
Copy link

It's a pity that support only starts with Nougat as there are still so many Samsung tablets out there running Marshmallow.

@Clon1998
Copy link
Owner

Yes for sure.
But I don't have the needs nor do I have the time to make it compatible with an 9 year old android version.
The code is on GitHub, so feel free to adapt it for 4.4.

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

4 participants