If you're having trouble downloading and installing an Android app then I suggest using this simple ADB command.
~~~~~
Hi! Don't forget to like the video, subscribe to the channel, and hit the "Thanks" button on this video, if you can, and join our channel community here - [ Ссылка ]
Video Description
~~~~~~~~~~~~~~~~~
In today's video I want to show you how to install an Android application APK file via the command line using ADB.
ADB is a great tool that allows you to customize Android in a number of ways. If there is a user-facing feature on Android then there is almost always a way to replicate that via the command line.
I have found using this can be helpful when the OS is trying to limit you in other ways. For example, I had difficulties downloading an app on the Chinese version of MIUI in the past, but was able to bypass this limitation by using the ADB install command.
To begin, we first need to enable USB Debugging Mode. I'll link do a dedicated tutorial that I have already uploaded to the channel that shows you how to enable this on various Android devices, as a way of preventing this video from being longer than it needs to be. But if you're having trouble with this then let me know down in the comments section below.
If you're using a recent Xiaomi devcie with MIUI, then you will also need to enable something called Install via USB. This is found in the Developer Options menu as well and it does require you to sign into your Xiaomi Mi account while also having a SIM card installed.
We're also going to need to install ADB & Fastboot tools onto a desktop or laptop PC. There are a number of ways this can be done, and I'll link to a video I've already done that highlights a tool called Tiny ADB & Fastboot tools. It's easy to install and will only put the files on your PC that are required to use both ADB and Fastboot commands.
With that done, you then need to download the APK file of the app or game you want to manually install, and it needs to be stored on your PC. Not only that, but you also need to put that APK file in the same folder as your ADB and Fastboot tools. You could avoid putting it into the same folder if you type out the full directory path of where that APK file is stored. But putting it in that same folder is the easiest option for most people.
I will be using a free game called Galaxiga in today's example, just make sure you're downloading these APK files from a source you trust.
Let's open up a command prompt, windows powershell, or a terminal window in the same folder as our ADB & Fastboot tools.
Then we'll begin by typing out the command. . .
adb install [filename]
When you finish typing it out, we simply need to press enter on the keyboard to execute the command and let ADB install this APK file for us. Look for the success message to know that it has been done correctly. . .
. . .and then look in your App Drawer for the application icon for the newly installed application or game.
There are others arguments that we can add to this command if you want to do special things when installing this APK file.
For example, we can install multiple APK files at the same time by typing out. . .
adb install-multiple [filename] [filename]
or you could use this command to replace an existing application that is already installed on your device while keeping your app data intact.
adb install -r [filename]
If you're wanting to downgrade an application you already have installed to an older version, then use the following command. . .
adb install -d [filename]
You could even install an application to your sd card by using the command. . .
adb install -s [filename]
There are many ways that we can manage the apps and games on our device using ADB. I have previously done a video showing you how to remove a system app from the default user account by using a simple ADB command. You can find that linked down below as well.
Mentioned Links
~~~~~~~~~~~~~~~~~~~~~~~
Developer Mode - [ Ссылка ]
USB Debugging Mode - [ Ссылка ]
Tiny ADB & Fastboot Tools - [ Ссылка ]
Step by Step Tutorial
~~~~~~~~~~~~~~~~~
1. Intro [00:00]
2. Prepare the Folder [02:34]
3. Execute the ADB Install command [04:05]
4. Various install options [06:12]
As an Amazon associate, I may earn a commission on sales from the links below.
The Gear I Use
~~~~~~~~~~~~~~~~~
5W "Slow" Charger - [ Ссылка ]
Fast Charger - [ Ссылка ]
MicroUSB Cable - [ Ссылка ]
USB-C Cable - [ Ссылка ]
TPU Cases - [ Ссылка ]
USB-C to 3.5mm Dongle - [ Ссылка ]
USB-C to 3.5mm DAC - [ Ссылка ]
NVIDIA Shield TV - [ Ссылка ]
Ещё видео!