Push my apk to /system/app

前端 未结 14 2073
清酒与你
清酒与你 2020-12-02 07:16

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

14条回答
  •  粉色の甜心
    2020-12-02 07:29

    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
    

提交回复
热议问题