I am trying to install an android app into the device from a Java application.
Using the following command - Runtime.getRuntime().exec("adb install /apps/testapp.apk");
I face the following error - Cannot run program "adb": error=2, No such file or directory
Should I have to use ProcessBuilder to start the command execution?