How can I push my application package to Android emulator \"/system/app\" folder?
I\'ve already tried to use: \"adb push myApk.apk /system/app\" and it giv
You have to mount system as read/write and then push the application.
This is answered in this question: Push .apk to /system/app/ in HTC HERO