Do you could have a number of apps to put in in your Android telephone? In that case, there are numerous methods to put in all these apps without delay—no extra tapping “set up” on every app individually. I’ll present you ways to do this so that you don’t waste time putting in apps one after the other.


Utilizing Google Play Retailer

As of October 2024, the Google Play Retailer means that you can set up two apps without delay in your Android system. This implies you don’t have to attend till the primary app finishes putting in to put in one other app. You need to be utilizing Play Retailer’s model 40.6.31 or newer to make use of this characteristic.


To verify or update your Play Store version, launch the Play Retailer app in your telephone. Within the app’s top-right nook, faucet your profile image and select “Settings.”


On the Settings web page, faucet “About” to broaden the menu. From the Play Retailer Model part, select “Replace Play Retailer.”

If an replace is obtainable, set up it. If no updates can be found, faucet “Acquired It” to shut the message field.

To now set up two apps concurrently, discover the primary app and faucet the “Set up” button for it. Then, discover the second app and faucet “Set up” for it. Play Retailer will start downloading and putting in each apps without delay.

For those who faucet a 3rd app to put in, it’ll stay “Pending” till the primary app is put in.


With a File Supervisor App

There are file manager apps you need to use to bulk install Android apps via APK files on your Android phone. You merely hearth up certainly one of these file managers, choose all of the apps to be put in, and the file supervisor installs these apps for you.

This methodology nonetheless installs one app at a time, however you don’t have to pick your app recordsdata (APKs) individually, as you may choose them suddenly earlier than starting the set up course of. Additionally, make sure you’ve downloaded and saved the APKs you need to set up in your telephone.

RS File Manager is one such app that means that you can bulk set up APK recordsdata. To make use of it, launch Play Retailer in your telephone, kind RS File Supervisor, choose the app, and select “Set up.”

Open the newly put in RS File Supervisor app. Within the app’s top-left nook, faucet the hamburger menu (three horizontal traces), broaden “Storage,” and select “Inside Storage.” This allows you to view your telephone’s recordsdata.


Open the folder containing the APK recordsdata to put in. Faucet and maintain on to the primary app to put in. As soon as that app is highlighted, faucet some other apps to pick them for set up. When your apps are highlighted, within the file supervisor’s bottom-right nook, faucet “Extra” and select “Set up.”

Within the open immediate, choose “Set up” and look ahead to the app to complete putting in. Maintain tapping “Set up” for all the chosen apps to put in them in your telephone. All of your put in apps are actually out there to make use of.

Utilizing Android Debug Bridge (ADB)

Android Debug Bridge (ADB) is a tool you can use on your computer to send commands to your Android phone. You should utilize a command on this device to put in a number of apps without delay in your system.


Step 1. Allow USB Debugging on Android

You’ll need to allow the USB debugging option in your Android system to make the system work with ADB. To try this, in your telephone, head into Settings > About Machine > Model and faucet “Construct Quantity” seven instances. It will unlock a menu referred to as Developer Choices.

Head into Settings > System Settings > Developer Choices and activate “USB Debugging.”

You’re executed.

Step 2. Set Up ADB on Your Pc

Launch your favourite internet browser and entry Google’s Platform Tools site. From right here, obtain the package deal on your working system. I’ll obtain the Home windows model as I’m utilizing a Home windows PC.


Extract the downloaded file and open the “platform-tools” folder. You’ll discover a file referred to as adb.exe right here. Click on the folder path bar in File Explorer and copy the current folder’s full path. Now, join your telephone to your pc utilizing a USB cable. If prompted, choose “Enable” for USB debugging in your telephone.

The ADB folder path highlighted in File Explorer.

Launch Home windows Search, kind Command Immediate, and choose “Run as Administrator.” Within the Person Account Management immediate, select “Sure.”

On the Command Immediate window, kind the next command changing PATH with the ADB folder path you copied. Then, press Enter. This command makes the ADB folder the present working listing in CMD.

cd PATH

Subsequent, kind the next command and press Enter. This command checks if ADB acknowledges your linked Android telephone.

adb units


The 'adb devices' command typed in Command Prompt.

In case your telephone seems within the system checklist, go to the third step under. In case your telephone isn’t listed within the checklist, your PC lacks ADB drivers. On this case, head to the universal ADB driver site, obtain the drivers, set up the drivers in your PC, and restart your Windows 11 or Windows 10 PC.

Step 3. Bulk Set up Android Apps

Copy the Android app recordsdata (APKs) you could have downloaded to the ADB folder. Then, within the open Command Immediate window, kind the next command and press Enter:

for %f in (*.apk) do adb set up "%f"

The 'adb install' command typed in Command Prompt.


This command installs every APK file within the ADB folder in your Android system. When the method has completed, you’ll discover all of your apps put in in your telephone.


That’s the way you bypass putting in one app at a time and go straight to putting in a number of apps without delay in your Android telephone. Benefit from the time you saved utilizing your newly found functions!


Source link