onyxbits / raccoon4

APK Downloader for Google Play
https://raccoon.onyxbits.de
Apache License 2.0
644 stars 90 forks source link

Successfully installed split apk, but your blog is slightly wrong #88

Open beaumontk opened 3 years ago

beaumontk commented 3 years ago

see https://raccoon.onyxbits.de/blog/install-split-apk-adb/

Should read: pm install-create -S TOTAL_SIZE_OF_ALL_APKS pm install-write -S APK_SIZE SESSION_ID INDEX PATH pm install-commit SESSION_ID

ie. no space between install and create, write, commit.

Works perfectly! Thanks a lot!