AnonymousCoward
Halo
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday in
Tablets
I'm getting "App not installed as app isn't compatible with your tablet" errors when attempting to install some older apps on my Galaxy Tab Ultra running Android 14 One UI 6.1.1. Unfortunately in some cases the apps' authors haven't been heard from since 2020 or early 2021. Is there a way to get these apps to install? They installed and work just fine on a Tab 7 Plus with the current software
Solved! Go to Solution.
4 Replies
LongHiker
Galactic Samsung Care Ambassador
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday in
Tablets@AnonymousCoward If they aren't compatible with Android 14 One UI 6.1.1 and the developers aren't making an update, there isn’t anything that you can do.
Solution
Robin621k
Honored Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday (Last edited yesterday ) in
Tablets
Those old apps are 32bit, the Tab s9 series are 64bit only.
Legacy apps will not work
Legacy apps will not work
Mathmatically
Cosmic Ray
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday in
Tablets
This error is a 17 SDK version rather then 23, there is a way to get around this using a computer, 1. install adb; 2. click the search bar where you have the adb folder in and type "cmd"; 3. download the apk to your computer; 4. type "adb install --bypass-low-target-sdk-block [file path to the apk file] ( it should look something like this adb install --bypass-low-target-sdk-block "C:\Users\tribalfs\Downloads\galaxy_max_hz_v8.1.apk", proceed with your own caution as it may be buggy due to it having a low sdk version, App package must target at least SDK version 23, but found 17. If you need help installing adb you can follow this link to xda-developers.com: How to install ADB on Windows, macOS, and Linux follow accordingly.
Mathmatically
Cosmic Ray
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday in
Tablets
To install adb look up "install adb" on google.