MynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · 8 days agoDid we win?liliputing.comexternal-linkmessage-square169fedilinkarrow-up1412arrow-down117
arrow-up1395arrow-down1external-linkDid we win?liliputing.comMynameisAllen@lemmy.zip to Technology@lemmy.worldEnglish · 8 days agomessage-square169fedilink
minus-squareentwine@programming.devlinkfedilinkEnglisharrow-up18·8 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