Skip to content

Is there a difference between android-5 and android-7 other than the bootstrtap? #2989

Closed Answered by agnostic-apollo
MatanZ asked this question in Q&A
Discussion options

You must be logged in to vote

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.

// The packageVariant defines the bootstrap variant that will be included in the app APK.
// This must be supported by com.termux.shared.termux.TermuxBootstrap.PackageVariant or app will
// crash at startup.
// Bootstrap of a different variant must not be manually installed by the user after app installation
// by replacing $PREFIX since app code is dependant on the variant used to build the APK.
// Currently supported values are: [ "apt-android-7" "apt-and…

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
2 participants