I am following this tutorial for moving apps to sd card.
How to Install Android Apps to the SD Card by Default
But My Default Location is not changing. And My Phone Memory is full and unable to install new apps.
I am following this tutorial for moving apps to sd card.
How to Install Android Apps to the SD Card by Default
But My Default Location is not changing. And My Phone Memory is full and unable to install new apps.
android:installLocation="preferExternal"
Refrence
After Android Tools Update command
adb shell pm setInstallLocation 2
has been changed toadb shell pm set-install-location 2
(note the command is case sensitive)Updated Tutorial can be founded here.