MynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-23 days agoDid we win? Google to continue to allow side loading liliputing.comexternal-linkmessage-square46linkfedilinkarrow-up11arrow-down11
arrow-up10arrow-down1external-linkDid we win? Google to continue to allow side loading liliputing.comMynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-23 days agomessage-square46linkfedilink
minus-squareentwine@programming.devlinkfedilinkEnglisharrow-up2·2 days agoThat’s not even true. If you install an app through adb, the command is adb install <path/to/app.apk> adb sideload is for installing OTA packages Source: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/master/docs/user/adb.1.md
That’s not even true. If you install an app through adb, the command is
adb install <path/to/app.apk>adb sideload is for installing OTA packages
Source: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/master/docs/user/adb.1.md