Push my apk to /system/app

前端 未结 14 2067
清酒与你
清酒与你 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:46

    Even before adb remount you should change the permissions for the /system in the adb shell. you can use chmod to change the permissions.

提交回复
热议问题