I try to access to my folder in sdcard and install myapp.apk, i use this code:
Runtime.getRuntime().exec(\"cd sdcard/.yasmin\"); Runtime.getRuntime().exec(\"ad
You can get the file generated with log as follows:
command - "your command" Environment - null Directory - null
Runtime.getRuntime().exec("your command",null,null);