Hi, I'm in the process of extending monkey for software testing purposes, so I would like to replace the current monkey.jar which my own compiled monkey.jar in the emulator. The current monkey.jar is located at /system/framework/monkey.jar.
When I try to run the following command: adb push monkey.jar /system/framework/monkey.jar i get the following: 'failed to copy 'monkey.jar' to '/system/framework/monkey.jar': Out of memory' Any ideas on how to replace the current monkey.jar? Thanks. -- 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

