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 should use Runtime.getRuntime().exec("sh -c cd /sdcard/.yasmin");