Push my apk to /system/app

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

    You have to mount system as read/write and then push the application.

    This is answered in this question: Push .apk to /system/app/ in HTC HERO

提交回复
热议问题