MynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-21 day agoDid we win? Google to continue to allow side loading liliputing.comexternal-linkmessage-square148fedilinkarrow-up1480arrow-down115
arrow-up1465arrow-down1external-linkDid we win? Google to continue to allow side loading liliputing.comMynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · edit-21 day agomessage-square148fedilink
minus-squareentwine@programming.devlinkfedilinkEnglisharrow-up9arrow-down1·6 hours 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
minus-squaresignup@sh.itjust.workslinkfedilinkEnglisharrow-up1arrow-down1·4 hours agobs, i did install apks before using adb sideload it works
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
bs, i did install apks before using
adb sideloadit works