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 need to run adb remount first, then it should let you adb pushto /system folders
adb remount
adb push
/system