-
Notifications
You must be signed in to change notification settings - Fork 69
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
Support SDK 25? #14
Comments
What is the kernel version of your ROMs? There is a hard dependency on the kernel so in most cases it does not make sense to support lower SDKs. |
@tejado I see, the Android SDK 25 on my LineageOS device has the kernel version 3.4.67, which is too old to support this. May I suggest that instead of limiting the minimum supported Android SDK the app checks for the kernel available? It is possible to flash a kernel with Linux 4.x on this device, which supports the same ROM. That way, the kernel version is independent of the actual Android version (e.g. 7.1.2 in this case). |
@DRSDavidSoft |
I will close this as it is basically also a duplicate of #5 |
It seems that the minimum supported SDK version is currently 26. Is it possible to also support SDK 25 (i.e., Android 7)? I have a LineageOS device for which only ROMs up to Android 7 are available, thus the installation fails:
The text was updated successfully, but these errors were encountered: