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
Even before adb remount you should change the permissions for the /system in the adb shell. you can use chmod to change the permissions.
adb remount
chmod