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
Apparently, there is not enough space for your application in "/system" mount. You can check that with "adb shell df" command.
To solve this issue, you need to set partition-size parameter adequately while starting your AVD like this:
emulator.exe -avd -partition-size 512