Hi All, I'm trying to copy apk from some temp folder to data/app, using below code snippet. But getting error ( <s3dReadConfigFile:75>: Can't open file for reading) and its not working.
String command = "cp /system/vendor/temp/test.apk /data/app/test.apk"; Runtime.getRuntime().exec(command); Can some one pls provide help to solve this issue? thanks, Namit -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

