siriusmart@lemmy.world to linuxmemes@lemmy.world · 2 years agosomeone tell themlemmy.worldimagemessage-square49linkfedilinkarrow-up164
arrow-up163imagesomeone tell themlemmy.worldsiriusmart@lemmy.world to linuxmemes@lemmy.world · 2 years agomessage-square49linkfedilink
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up5·2 years agoI’d even add that now 99% of the distro have a gui over the package manager. Have an android or iPhone? You already have experience in installing stuff in an easier way than windows
minus-squareu/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orglinkfedilinkEnglisharrow-up6·2 years agoUnless you want to install older apps on modern Android. Then you need ADB. adb install --bypass-low-target-sdk-block app_filename.apk
minus-squareYIj54yALOJxEsY20eU@lemm.eedeleted by creatorlinkfedilinkarrow-up2·2 years agoI saved this comment when I read it, not remembering the last time I would’ve needed it. Two days later and I had to use it, thanks!!
minus-squareAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·2 years agoBut that only applies to apps that have a lower target than Android 6, right?
minus-squareu/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orglinkfedilinkEnglisharrow-up3·2 years agoYes, but it could have been solved with a warning. Instead I believe it just says that the app is “Incompatible”.
I’d even add that now 99% of the distro have a gui over the package manager. Have an android or iPhone? You already have experience in installing stuff in an easier way than windows
Unless you want to install older apps on modern Android. Then you need ADB.
I saved this comment when I read it, not remembering the last time I would’ve needed it. Two days later and I had to use it, thanks!!
But that only applies to apps that have a lower target than Android 6, right?
Yes, but it could have been solved with a warning.
Instead I believe it just says that the app is “Incompatible”.
Uh. Didn’t knew that.