简体   繁体   中英

What is, “performing streamed install”

I am running a build through adb command,

adb install myapp.apk

In the console, I get the message, Performing streamed install

What does this mean.

在此输入图像描述

PackageManager has 2 CLI interfaces - legacy pm and new cmd package .

The legacy installation process required uploading the .apk file to /data/local/tmp folder first. The new process has the (default) option of using pipelines instead of the temporary file. This option is called Streamed Install .

It seems to be the previously installed application and caused the cache to be unable to continue. I have tried many ways and the simplest way to fix it is to restart your phone or virtual machine

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM