buttons

 

ADB Concepts : How to Install “Multiple APKs” Files in One Go!(Quick & Easy)

Get a step-by-step walkthrough in the video below!

Install “Single APK” File! (Quick & Easy):

Command: —

The adb install command allows you to install APKs from your computer to your Android device via USB or over a network

Approach-1:

In this approach user need to provide complete path(location) of the apk file.

Usage:

Example:

Approach-2:

In this approach, user need to provide apk file name with apk extension,as working directory is the apk file location.

Usage:

Example:

Install “Multiple APKs” Files in One Go! (Quick & Easy):

Command: —

The adb install-multi-package command allows you to install multiple APKs from your computer to your Android device via USB or over a network

Approach-1:

In this approach user need to provide complete path(location) of the apk files.

Usage:

Example:

Output: Observe that 1 parent session Id is created, along with the multiple Child session ID’s, which depends upon the no of apk installation.

Approach-2:

In this approach, user need to provide apk file names with apk extension, as working directory is the apk files location.

Usage:

Example:

Output: Observe that 1 parent session Id is created, along with the multiple Child session ID’s, which depends upon the no of apk installation.

GitHub Link:


No comments:

Post a Comment