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

Cannot install: Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE] #69

Closed
jbrepogmailcom opened this issue Aug 23, 2022 · 4 comments
Closed

Comments

@jbrepogmailcom
Copy link

Problem description

I have Android 6. I have got older version of termux (v 0.118.0+605dd6c) that still runs well and I downloaded termux:tasker v 0.4 for Android 5. The APK did not install in phone, so I tried ADB install and got error

Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE]

Is there any other method how to install?

Steps to reproduce

Expected behavior

Additional information

  • Termux application version:
  • Android OS version:
  • Device model:
@jbrepogmailcom
Copy link
Author

It may be because I have got older termux from somewhere and termux:tasker from F-Droid. Then users may not be compatible. Can you please provide termux:tasker v0.4 as compiled APK in releases? Thanks

@agnostic-apollo
Copy link
Member

Github and F-Droid releases are not compatible.

https://github.com/termux/termux-tasker#installation

I have added support for android 5/6 with 10cc047 and you can grab a build from https://github.com/termux/termux-tasker/actions/runs/2915176642

I got tasker licensing issues for android 5, so didn't test execution on it yet, only plugin config screen, but hopefully should work. I only tested execution on android 11. So tests from other users on Android 5/6 would be great to before a F-Droid release can be made.

I also suggest you read the README and release changelogs before asking other questions. There are lot of changes since last supported release.

https://github.com/termux/termux-tasker/releases

@jbrepogmailcom
Copy link
Author

Thanks for your APK, but I am getting error INSTALL_FAILED_OLDER_SDK. I have API 23, Android 6. Jan

@agnostic-apollo
Copy link
Member

agnostic-apollo commented Aug 25, 2022

The apk has following and should install fine on Android 6 and installs fine on Android 5. There may be some conflict with already install app on your phone, uninstall it first or you are installing wrong apk.

    <uses-sdk
        android:minSdkVersion="21"
        android:targetSdkVersion="28" />

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

2 participants