-The APK files in Google Play, F-Droid, Kali Nethunter Store releases (or custom builds from source code) are signed with different signature keys. The `Termux` app and all its plugins use the same [sharedUserId](https://developer.android.com/guide/topics/manifest/manifest-element) `com.termux` and so all their APKs installed on a device must have been signed with the same signature key to work together and so they must all be installed from the same source. Do not attempt to mix them together, i.e do not try to install an app or plugin from Goggle Play and another from F-Droid. Android Package Manager will also normally not allow installation of APKs with a different signatures and you will get an error on installation but this restriction can be bypassed with root or with custom roms. If you wish to install from a different source, then you must uninstall any and all existing Termux app or its plugin APKs from your device first, then install all new APKs from the same new source again. The `~/.termux/tasker/` directory will not be accessible to the plugin and commands will not execute if `Termux` and `Termux:Tasker` APKs have a different signatures.
0 commit comments