I\'m trying to start a script by the following command in Java:
proc = Runtime.getRuntime().exec(cmd, null, fwrkDir);
The command, typed in
should be
proc = Runtime.getRuntime().exec(cmd, "PATH=$PATH:/android-sdk-linux_x86/platform-tools", fwrkDir);