Is there a difference between android-5 and android-7 other than the bootstrtap? #2989
-
I build apks without the bootstrap images, and install them on different phones with version 5 and 7. Do I need to compile two different apks, or are the packages the same? |
Beta Was this translation helpful? Give feedback.
Answered by
agnostic-apollo
Sep 13, 2022
Replies: 1 comment
-
Termux app behaviour depends on the bootstrap variant in the apk. Do not install android-5 variant on Android 7+. The packages are different too. Lines 6 to 12 in 2113407 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
agnostic-apollo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Termux app behaviour depends on the bootstrap variant in the apk. Do not install android-5 variant on Android 7+. The packages are different too.
termux-app/app/build.gradle
Lines 6 to 12 in 2113407