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
settings -> sdCard & phone storage says about /data folder.
/system is mounted separately and I guess there is no way of writing there unless you make your own Android build.
See mounts by running
adb shell # df