Exception: Package android does not belong to 2000

前端 未结 2 498
北荒
北荒 2020-12-15 20:05

I have my Android device connected to my laptop and When I try to run:

adb shell pm set-install-location 2

I am getting this error:

2条回答
  •  暖寄归人
    2020-12-15 20:34

    After "adb devices" just type "adb shell" (enter) then type "su" (enter and accept on the phone display), This enables SuperUser. Now you can type "pm set-install-location 2" Verify the new destination with "pm get-install-location"

提交回复
热议问题