You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install a base.apk and various split.apks using dadb.install-multiple()
This command fails with an error saying that the session isn't finalized. The equivalent ADB command from a Windows command prompt works just fine. As a workaround, I'm using:
I'm trying to install a base.apk and various split.apks using dadb.install-multiple()
This command fails with an error saying that the session isn't finalized. The equivalent ADB command from a Windows command prompt works just fine. As a workaround, I'm using:
dadb.install(base.apk)
then
dadb.install(split1.apk, -p, packageName)
dadb.install(split2.apk, -p, packageName)
dadb.install(split3.apk, -p, packageName)
It would be great if dadb.install-multiple could be fixed though. Thanks.
The text was updated successfully, but these errors were encountered: