How can you accomplish the task through ADB
, when we enter a command in the console (well, or write a script I don’t know how to explain it correctly) with the name of any application, ADB
sends a request to the device and the application starts downloading the application through the play market
(as if a person entered the market) I entered the name of the application and clicked to download, just automate everything) what should I use to solve this problem?
|
adb install <path_to_apk>
asadb install <path_to_apk>
, but I don’t know how to accomplish this task yet, I thought who can even think of some idea - java