Install Android application via USB

I have a problem. I am working on a project where I use a PC program to process various data (which other program = my Android application) that I found on the connected SD card of an Android device.

Now my goal is to use the program on the computer to install the Android application on the Android device. In other words: My PC-Programm copies the .apk to the SD card of the Android device via USB. But how can I install it now? I would be cool if after completing the copying process the application will automatically install.

Is it possible to relate this to something?

+3
source share

Source: https://habr.com/ru/post/1729432/


All Articles