MynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-214 days agoDid we win? Google to continue to allow side loading liliputing.comexternal-linkmessage-square183linkfedilinkarrow-up1570arrow-down117
arrow-up1553arrow-down1external-linkDid we win? Google to continue to allow side loading liliputing.comMynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-214 days agomessage-square183linkfedilink
minus-squareentwine@programming.devlinkfedilinkEnglisharrow-up20·13 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