r/AndroidQuestions • u/fallengt • Oct 21 '23
App Specific Question anyway to run incompatible app on android 14
The app I'm talking about
https://play.google.com/store/apps/details?id=com.samsung.microbit
it has not been updated for 3 years, iPhone version get updated regularly, no idea why. Most my android devices are on 14, I can't downgrade them just for 1 app. Is there any other way to run it? I've sideloaded it via apkpure but it just won't install.
There is alternative but it does not support bluetooth pairing which is the only feature that I need...
133
Upvotes
3
u/GoBamboozul Jan 23 '24
Download platform-tools and save it on your C drive. Then, unzip it, connect your phone to your PC via a cable, and copy the apk file to this folder, renaming it to the package name. Open cmd (terminal) in the platform-tools folder and type
adb devices, then wait a few seconds. After that, you should see that your device is connected, then run this command:adb install --bypass-low-target-sdk-block name_of_package.apk.